This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients brian.curtin, jnoller, pitrou, python-dev, sbt, tim.golden
Date 2011-11-23.23:38:23
SpamBayes Score 7.4899995e-06
Marked as misclassified No
Message-id <1322091504.45.0.551082620446.issue12328@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2011-11-23 23:38:24sbtsetrecipients: + sbt, pitrou, tim.golden, jnoller, brian.curtin, python-dev
2011-11-23 23:38:24sbtsetmessageid: <1322091504.45.0.551082620446.issue12328@psf.upfronthosting.co.za>
2011-11-23 23:38:23sbtlinkissue12328 messages
2011-11-23 23:38:23sbtcreate