STINNER Victor <victor.stin...@gmail.com> added the comment:

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

----------

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

Reply via email to