[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
Thu Jan 17 05:04:50 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> I'm sorrry, I read the issue too quickly and misunderstood it. I guess that it's a duplicate of bpo-23428: "Use the monotonic clock for thread conditions on POSIX platforms". This issue is blocked the libc...

Oops, I wanted to post this comment on bpo-35747... There are too many duplicates of bpo-23428...

I close this issue as a duplicate of bpo-23428.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Use the monotonic clock for thread conditions on POSIX platforms

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


More information about the Python-bugs-list mailing list