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.16:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633105377.39.0.944060178936.issue41710@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6df8c327532627d6a99991993c52e8e4a9b34968 by Victor Stinner in branch '3.10':
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
https://github.com/python/cpython/commit/6df8c327532627d6a99991993c52e8e4a9b34968
History
Date User Action Args
2021-10-01 16:22:57vstinnersetrecipients: + vstinner, methane, wocket, mikecrowe
2021-10-01 16:22:57vstinnersetmessageid: <1633105377.39.0.944060178936.issue41710@roundup.psfhosted.org>
2021-10-01 16:22:57vstinnerlinkissue41710 messages
2021-10-01 16:22:57vstinnercreate