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 miss-islington, pablogsal, vstinner
Date 2018-12-17.10:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545044046.91.0.788709270274.issue35513@psf.upfronthosting.co.za>
In-reply-to
Content
I searched from "time.time" and "from time import(...)time" in the Python standard library (in the master branch) and it seems like all usage of time.time() are now appropriate. I close the issue.

Sometimes, I'm not sure that if time.monotonic() or time.perf_counter() should be used, but at least both functions are monotonic and so are not affected by this issue (clock going backwards).
History
Date User Action Args
2018-12-17 10:54:06vstinnersetrecipients: + vstinner, pablogsal, miss-islington
2018-12-17 10:54:06vstinnersetmessageid: <1545044046.91.0.788709270274.issue35513@psf.upfronthosting.co.za>
2018-12-17 10:54:06vstinnerlinkissue35513 messages
2018-12-17 10:54:06vstinnercreate