STINNER Victor <vstin...@python.org> added the comment:

> There are already a number of closed bugs for this and related issues: bpo 
> 23428, bpo 31267, bpo 35747.

Fixed bpo-12822 modified threading.Condition.wait(timeout) to use a monotonic 
clock: use pthread_condattr_setclock(CLOCK_MONOTONIC). bpo-23428, bpo-31267 and 
bpo-35747 are duplicates of bpo-12822.

This issue is about threading.Lock.acquire(timeout) which has a different 
implementation.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41710>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to