]> granicus.if.org Git - python/commitdiff
Fixes issue #16327: The subprocess module no longer leaks file descriptors
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:33:23 +0000 (22:33 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:33:23 +0000 (22:33 -0800)
used for stdin/stdout/stderr pipes to the child when fork() fails.

1  2 
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS

Simple merge
Simple merge
diff --cc Misc/NEWS
Simple merge