]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
authorGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 03:02:57 +0000 (19:02 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 03:02:57 +0000 (19:02 -0800)
commit1eda9e7c3074bfe37674c8140b3d02bf94caf4f3
tree66e0ccc1c1d085cfdfb6335f07b48e57dac0d4e2
parent65846c6c5190a92446176f318fd837c6005cfa29
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
descriptor 0, 1 or 2 is closed.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c