Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 25, 2018

test_subprocess.test_leaking_fds_on_error() failed when the PATH
environment variable contains a path to an existing file. Fix the
test: ignore also ENOTDIR, not only ENOENT and EACCES.

https://bugs.python.org/issue32667

test_subprocess.test_leaking_fds_on_error() failed when the PATH
environment variable contains a path to an existing file. Fix the
test: ignore also ENOTDIR, not only ENOENT and EACCES.
@vstinner vstinner merged commit 6996f28 into python:2.7 Jan 25, 2018
@vstinner vstinner deleted the path_contains_file27 branch January 25, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants