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 db3l, nadeem.vawda, ncoghlan, neologix, skrah, vstinner
Date 2012-03-27.00:07:03
SpamBayes Score 1.3735234e-07
Marked as misclassified No
Message-id <1332806823.89.0.434050312576.issue14131@psf.upfronthosting.co.za>
In-reply-to
Content
> It could be interesting to replace time.time()
> by the new time.monotonic().

I changed threading (at least in threading.py) and queue modules to replace time.time() by time.steady() in the issue #14222. Other places in the threading module should be modified to use the new clock.
History
Date User Action Args
2012-03-27 00:07:03vstinnersetrecipients: + vstinner, db3l, ncoghlan, nadeem.vawda, skrah, neologix
2012-03-27 00:07:03vstinnersetmessageid: <1332806823.89.0.434050312576.issue14131@psf.upfronthosting.co.za>
2012-03-27 00:07:03vstinnerlinkissue14131 messages
2012-03-27 00:07:03vstinnercreate