[issue13063] test_concurrent_futures failures on Windows: IOError('[Errno 232] The pipe is being closed') on _send_bytes()

STINNER Victor report at bugs.python.org
Wed Oct 12 21:23:41 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The issue has been fixed by the merge of the PEP 3151: I now get a BrokenPipeError with errno=32 and winerror=232.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list