]> granicus.if.org Git - python/commit
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
authorRoss Lagerwall <rosslagerwall@gmail.com>
Wed, 27 Jul 2011 16:54:53 +0000 (18:54 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Wed, 27 Jul 2011 16:54:53 +0000 (18:54 +0200)
commitd8e3901478b0ddf0b2c6cb2094a3d74f0168e4bf
treed987457f0a247746b3eef3bfdf91e1b4e6a90d12
parent5e3a19d80666b0dddef8f8a042ea1988910b61b3
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
given as a low fd, it gets overwritten.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS