STINNER Victor <vstin...@redhat.com> added the comment:

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).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35513>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to