Message 322046 - Python tracker

Message322046

Author vstinner
Recipients miss-islington, pitrou, vstinner
Date 2018-07-21.00:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532132933.38.0.56676864532.issue33723@psf.upfronthosting.co.za>
In-reply-to
Content
I reopen the issue since I got a very similar failure of test_time.test_process_time() on my laptop: the busy loop took 15.9 ms
whereas the test expects at least 20 ms. I wrote PR 8358 to only require 15 ms instead.
History
Date User Action Args
2018-07-21 00:28:53vstinnersetrecipients: + vstinner, pitrou, miss-islington
2018-07-21 00:28:53vstinnersetmessageid: <1532132933.38.0.56676864532.issue33723@psf.upfronthosting.co.za>
2018-07-21 00:28:53vstinnerlinkissue33723 messages
2018-07-21 00:28:52vstinnercreate