STINNER Victor <[email protected]> added the comment: > threading.py imports time.time as _time.
threading is now using a monotonic clock: see the issue #14222 and the PEP 418. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1508864> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
