commit | 8121898ec5a206367186bdaf7c9b13bebc28bf57 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Tue Mar 15 14:56:39 2011 -0400 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Mar 15 14:56:39 2011 -0400 |
tree | 2a035146e841f4b9c1f0f687f58008815456334b | |
parent | 112bb3ac6abc28d5e982019d667613ab168ad8d1 [diff] |
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.