This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, mikecrowe, vstinner, wocket
Date 2021-10-01.07:55:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633074936.59.0.920142794548.issue41710@roundup.psfhosted.org>
In-reply-to
Content
New changeset 1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc by Victor Stinner in branch 'main':
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
https://github.com/python/cpython/commit/1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc
History
Date User Action Args
2021-10-01 07:55:36vstinnersetrecipients: + vstinner, methane, wocket, mikecrowe
2021-10-01 07:55:36vstinnersetmessageid: <1633074936.59.0.920142794548.issue41710@roundup.psfhosted.org>
2021-10-01 07:55:36vstinnerlinkissue41710 messages
2021-10-01 07:55:36vstinnercreate