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

Antoine Pitrou report at bugs.python.org
Tue Oct 4 12:55:43 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

I think the solution would be to map ERROR_NO_DATA (232 - "The pipe is being closed") to EPIPE. Attached patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file23309/error_no_data.patch

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


More information about the Python-bugs-list mailing list