]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #16140 bug that the fix to issue #16327 added - don't double
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 10:00:49 +0000 (02:00 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 10:00:49 +0000 (02:00 -0800)
commit211248b2148472812451b1d294cfb0e2a527dc94
treea0106293d2ca72557654e368377b22d996c74c15
parent9d3b6e9822334a918b0130b23a44a467f40fdb42
Fix issue #16140 bug that the fix to issue #16327 added - don't double
close subprocess.PIPE file descriptors when the child encounters an
error prior to exec.
Lib/subprocess.py
Lib/test/test_subprocess.py