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 ixokai
Recipients ixokai, orsenthil, pitrou
Date 2010-10-28.01:52:48
SpamBayes Score 1.2595528e-05
Marked as misclassified No
Message-id <1288230771.94.0.873453946795.issue10116@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch wraps all the calls to the internet in support.transient_internet; I ran it against 3.x and it passed, and then I ran it for quite awhile with the -F option, and encountered one event that I believe would previously had resulted in one of these sporadic failures, and it resulted in a skipped 'resource not available' message. 

I left in the previous 'retry' code, just by virtue of changing as little as possible. I can adjust if its desired.

I believe that transient_internet won't capture EBADF: so if that particular sporadic failure happens again, I'll post up a new issue about it.
History
Date User Action Args
2010-10-28 01:52:52ixokaisetrecipients: + ixokai, orsenthil, pitrou
2010-10-28 01:52:51ixokaisetmessageid: <1288230771.94.0.873453946795.issue10116@psf.upfronthosting.co.za>
2010-10-28 01:52:50ixokailinkissue10116 messages
2010-10-28 01:52:49ixokaicreate