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 chris.jerdonek
Recipients belopolsky, brett.cannon, chris.jerdonek, pitrou
Date 2012-09-15.22:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347746465.29.0.897743973584.issue15933@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can avoid unnecessary sleeps if we only loop again if the final assert fails (i.e. by including the "or" condition with the time delta allowance inside the loop and not just outside).
History
Date User Action Args
2012-09-15 22:01:06chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, belopolsky, pitrou
2012-09-15 22:01:05chris.jerdoneksetmessageid: <1347746465.29.0.897743973584.issue15933@psf.upfronthosting.co.za>
2012-09-15 22:01:04chris.jerdoneklinkissue15933 messages
2012-09-15 22:01:03chris.jerdonekcreate