Message148218
> > 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?
I would say either an OSError with the appropriate winerror, or a
specific exception (_multiprocessing.win32.OperationAbortedError?).
Or perhaps a ValueError. |
|
Date |
User |
Action |
Args |
2011-11-24 00:27:29 | pitrou | set | recipients:
+ pitrou, tim.golden, jnoller, brian.curtin, python-dev, sbt |
2011-11-24 00:27:28 | pitrou | link | issue12328 messages |
2011-11-24 00:27:28 | pitrou | create | |
|