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 sbt
Date 2011-06-15.13:24:28
SpamBayes Score 3.8919232e-05
Marked as misclassified No
Message-id <1308144268.86.0.218604754177.issue12338@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing.util._eintr_retry is only used to wrap select.select, but it fails to recalculate timeouts.

Also, it will never retry the function it wraps because of a missing "import errno".

I think it would be better to just implement the retrying version of select directly.
History
Date User Action Args
2011-06-15 13:24:28sbtsetrecipients: + sbt
2011-06-15 13:24:28sbtsetmessageid: <1308144268.86.0.218604754177.issue12338@psf.upfronthosting.co.za>
2011-06-15 13:24:28sbtlinkissue12338 messages
2011-06-15 13:24:28sbtcreate