]> 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 05:16:31 +0000 (07:16 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Wed, 27 Jul 2011 05:16:31 +0000 (07:16 +0200)
commitd98646e43096053ee13f5a9a6af38f8c723b1aaf
tree270481c64f561bd75fae76b17c7a47bca207e5f1
parent45686b472bf1f9e5ce1ef6953c4b123d271b2dc7
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
Modules/_posixsubprocess.c