]> 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:49:03 +0000 (22:49 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:49:03 +0000 (22:49 -0800)
commit9d3b6e9822334a918b0130b23a44a467f40fdb42
tree3c77b7c83c32e3396becba969c086372392307c9
parentf2705aebb04a1c3f758d7f3383b981e1673525b7
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