[issue1508864] threading.Timer/timeouts break on change of win32 local time

STINNER Victor report at bugs.python.org
Thu May 17 00:38:06 CEST 2012


STINNER Victor <victor.stinner at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue1508864>
_______________________________________


More information about the Python-bugs-list mailing list