]> granicus.if.org Git - python/commit
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout...
authorGregory P. Smith <greg@krypto.org>
Tue, 15 Mar 2011 18:56:39 +0000 (14:56 -0400)
committerGregory P. Smith <greg@krypto.org>
Tue, 15 Mar 2011 18:56:39 +0000 (14:56 -0400)
commit8121898ec5a206367186bdaf7c9b13bebc28bf57
tree2a035146e841f4b9c1f0f687f58008815456334b
parent112bb3ac6abc28d5e982019d667613ab168ad8d1
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
in the _posixsubprocess C extension module it would unintentionally close the fds and raise
an error.
Modules/_posixsubprocess.c