]> granicus.if.org Git - python/commit
Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:23:55 +0000 (18:23 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 18:23:55 +0000 (18:23 +0000)
commitc9c83ba8969c166f617da24c6af54a479373adf9
treecb3e91db6e838110339f8f16ee9c77c52a68ffec
parent63ebe1c3093bd40ea5a7e1a225ea0355f13563b4
Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
file descriptors (0, 1, 2) are closed in the parent process.  Initial
patch by Ross Lagerwall.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c