[issue31267] threading.Timer object is affected by changes to system time: Python locks should use a monotonic clock if available

STINNER Victor report at bugs.python.org
Fri Oct 1 04:49:02 EDT 2021


Change by STINNER Victor <vstinner at python.org>:


----------
superseder: Use the monotonic clock for thread conditions on POSIX platforms -> NewGIL should use CLOCK_MONOTONIC if possible.

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31267>
_______________________________________


More information about the Python-bugs-list mailing list