[issue14222] Using time.time() in Queue.get breaks when system time is changed

STINNER Victor report at bugs.python.org
Wed Mar 14 01:56:53 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

threading_monotonic.patch: similar patch for the threading module.

Drawback of these patchs: they now call time.monotonic() when the module is loaded (another useless syscall?).

----------
Added file: http://bugs.python.org/file24835/threading_monotonic.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14222>
_______________________________________


More information about the Python-bugs-list mailing list