Message403003
> 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. |
|
| Date |
User |
Action |
Args |
| 2021-10-01 08:53:13 | vstinner | set | recipients:
+ vstinner, methane, wocket, mikecrowe |
| 2021-10-01 08:53:13 | vstinner | set | messageid: <1633078393.06.0.370049077135.issue41710@roundup.psfhosted.org> |
| 2021-10-01 08:53:13 | vstinner | link | issue41710 messages |
| 2021-10-01 08:53:12 | vstinner | create | |
|