Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-15526: test_startfile changes the cwd #1537

Merged
merged 1 commit into from May 10, 2017
Merged

[2.7] bpo-15526: test_startfile changes the cwd #1537

merged 1 commit into from May 10, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 10, 2017

Try to fix test_startfile's inability to clean up after itself in
time. Patch by Jeremy Kloth.

Fix the following support.rmtree() error while trying to remove the
temporary working directory used by Python tests:

WindowsError: [Error 32] The process cannot access the file because
it is being used by another process: ...

Original commit: 8a53dbe

@vstinner
Copy link
Member Author

cc @jkloth

Try to fix test_startfile's inability to clean up after itself in
time. Patch by Jeremy Kloth.

Fix the following support.rmtree() error while trying to remove the
temporary working directory used by Python tests:

WindowsError: [Error 32] The process cannot access the file because
it is being used by another process: ...

Original commit: 8a53dbe
@vstinner vstinner merged commit 3837d97 into python:2.7 May 10, 2017
@vstinner vstinner deleted the startfile_27 branch May 10, 2017 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants