]> granicus.if.org Git - python/commit
Issue #18851: Avoid a double close of subprocess pipes when the child process fails...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Aug 2013 21:38:13 +0000 (23:38 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Aug 2013 21:38:13 +0000 (23:38 +0200)
commit33fc744ea34f06ae185a28ab22f36130e6d3f5b9
tree9b3cf7ec8ee07b25f02f25a477297580f04c9496
parent30a5445b30bb627a64b2d30788f6db58f6db3ae1
Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS