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 vstinner
Recipients kristjan.jonsson, pitrou, serhiy.storchaka, vstinner
Date 2017-06-23.12:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498222409.41.0.25527917805.issue30727@psf.upfronthosting.co.za>
In-reply-to
Content
> In Python 3 the test was failed if decrease the sleep time in _wait() to 0.001. Patched test no longer fail for any small sleep intervals.

I used sleep(1e-9), 1 nanosecond, for my tests :-)

I confirm that I'm unable to reproduce the bug on 2.7 and master
branches anymore. Well done Serhiy!
History
Date User Action Args
2017-06-23 12:53:29vstinnersetrecipients: + vstinner, pitrou, kristjan.jonsson, serhiy.storchaka
2017-06-23 12:53:29vstinnersetmessageid: <1498222409.41.0.25527917805.issue30727@psf.upfronthosting.co.za>
2017-06-23 12:53:29vstinnerlinkissue30727 messages
2017-06-23 12:53:29vstinnercreate