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 brian.curtin
Recipients brian.curtin, r.david.murray, vstinner
Date 2010-05-27.14:58:44
SpamBayes Score 0.005275768
Marked as misclassified No
Message-id <1274972326.91.0.170998180498.issue8405@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed the other day that a buildbot failed because of this issue. Attached is a patch which removes the unconditional 0.5 sleep, and increases the loop to run 100 times. It should cover the worst case of a super slow buildbot, but is still typically complete in tenths of a second in the common case.
History
Date User Action Args
2010-05-27 14:58:47brian.curtinsetrecipients: + brian.curtin, vstinner, r.david.murray
2010-05-27 14:58:46brian.curtinsetmessageid: <1274972326.91.0.170998180498.issue8405@psf.upfronthosting.co.za>
2010-05-27 14:58:45brian.curtinlinkissue8405 messages
2010-05-27 14:58:44brian.curtincreate