Message 403003 - Python tracker

Message403003

Author vstinner
Recipients methane, mikecrowe, vstinner, wocket
Date 2021-10-01.08:53:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633078393.06.0.370049077135.issue41710@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-10-01 08:53:13vstinnersetrecipients: + vstinner, methane, wocket, mikecrowe
2021-10-01 08:53:13vstinnersetmessageid: <1633078393.06.0.370049077135.issue41710@roundup.psfhosted.org>
2021-10-01 08:53:13vstinnerlinkissue41710 messages
2021-10-01 08:53:12vstinnercreate