]> 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>
Mon, 2 Dec 2013 01:27:40 +0000 (17:27 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 2 Dec 2013 01:27:40 +0000 (17:27 -0800)
commit708a3182c931ff1b6e8a420f87929d143822de28
tree7788ae8571bf4b061d425fc41988e958d34276d5
parent5c1c3b4f197c57952760be37d77d73669284a607
Fixes issue #15798: subprocess.Popen() no longer fails if file
descriptor 0, 1 or 2 is closed.
The errpipe_write fd will always be >= 3.
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c