[issue19612] test_subprocess: sporadic failure of test_communicate_epipe() on Windows 8

Guido van Rossum report at bugs.python.org
Sun Nov 24 20:18:57 CET 2013


Guido van Rossum added the comment:

I don't know much about subprocess.py and I don't have access to Windows 8.  But it looks like the kind of thing that might happen if the other end of the "pipe" is closed, which might happen if the subprocess exits early, either because it's just fast or because it's encountered some other bug.

----------

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


More information about the Python-bugs-list mailing list