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 paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-05.08:00:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499241630.41.0.26151114079.issue30850@psf.upfronthosting.co.za>
In-reply-to
Content
"First at all replace self.assertTrue(time.time()<timeout) with
self.assertLess(time.time(), timeout). There was a large set of
patches that did this globally for all tests (issue16510 and
subissues), but it was mostly rejected (only some parts were merged,
and often only into master)."

Can you please propose a PR for that Serhiy, please?
History
Date User Action Args
2017-07-05 08:00:30vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2017-07-05 08:00:30vstinnersetmessageid: <1499241630.41.0.26151114079.issue30850@psf.upfronthosting.co.za>
2017-07-05 08:00:30vstinnerlinkissue30850 messages
2017-07-05 08:00:30vstinnercreate