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 gregory.p.smith
Recipients gregory.p.smith, pitrou, vitaly
Date 2012-09-11.18:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PNLJuiuV+v3c5j23+NdxG-VUC6mRf0m8kNNzoRfvZ5FsLA@mail.gmail.com>
In-reply-to <1347385968.8.0.625404409147.issue15918@psf.upfronthosting.co.za>
Content
Yeah, sounds like _eintr_retry_call alone isn't appropriate here in 2.7.
I'll fix it.

In practice I doubt this matters much as this error string is likely to be
less than one page (depends on pathnames involved) but it is still
technically incorrect as written.
History
Date User Action Args
2012-09-11 18:14:24gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vitaly
2012-09-11 18:14:23gregory.p.smithlinkissue15918 messages
2012-09-11 18:14:23gregory.p.smithcreate