]> granicus.if.org Git - python/commit
Fixes issue #16327: The subprocess module no longer leaks file descriptors
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:32:22 +0000 (22:32 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:32:22 +0000 (22:32 -0800)
commit3d8e776cd932ff79fe181984cacce9ff8bcf3e4c
tree14fc5be19139c5b137124010af5effea4cf529a8
parent6f62b5813431161553cf4f89dbe841268c4b3b8e
Fixes issue #16327: The subprocess module no longer leaks file descriptors
used for stdin/stdout/stderr pipes to the child when fork() fails.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS