[issue6457] subprocess.Popen.communicate can lose data from output/error streams when broken input pipe occures

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jul 13 14:19:16 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Right, file.write raises IOError when os.write raises OSError :-(
Updated the patch.

----------
Added file: http://bugs.python.org/file14494/broken_pipe-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6457>
_______________________________________


More information about the Python-bugs-list mailing list