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 pitrou, sbt, vstinner
Date 2012-03-16.14:22:55
SpamBayes Score 0.0011145886
Marked as misclassified No
Message-id <1331907776.3.0.822330531285.issue12338@psf.upfronthosting.co.za>
In-reply-to
Content
_eintr_retry is currently unused.  The attached patch removes it.

If it is retained then we should at least add a warning that it does not recalculate timeouts.
History
Date User Action Args
2012-03-16 14:22:56sbtsetrecipients: + sbt, pitrou, vstinner
2012-03-16 14:22:56sbtsetmessageid: <1331907776.3.0.822330531285.issue12338@psf.upfronthosting.co.za>
2012-03-16 14:22:55sbtlinkissue12338 messages
2012-03-16 14:22:55sbtcreate