[issue12328] multiprocessing's overlapped PipeConnection on Windows

sbt report at bugs.python.org
Thu Nov 24 00:38:24 CET 2011


sbt <shibturn at gmail.com> added the comment:

> It seems to me that ERROR_OPERATION_ABORTED is a "true" error, and so
> should raise an exception.

I guess so, although we do expect it whenever poll() times out.  What exception would be appropriate? BlockingIOError? TimeoutError?

----------

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


More information about the Python-bugs-list mailing list