]> 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:33:23 +0000 (22:33 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 06:33:23 +0000 (22:33 -0800)
commit561cbc4e7bdf457bb64acf8ef7e5358795816c88
tree6a9a8a16fdc9b5f69f1698226abff747cf47385a
parenta450c5e69ba17bb47e8b3434969218c97cdf1a07
parent3d8e776cd932ff79fe181984cacce9ff8bcf3e4c
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