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 Dennis Sweeney, SD, eryksun, lunixbochs2, miss-islington, ned.deily, pablogsal, paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-24.23:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632525427.3.0.232077877315.issue41299@roundup.psfhosted.org>
In-reply-to
Content
I close the issue.

> bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)

I don't think that it's worth it to backport this change to 3.9 and 3.10. In practice, Py_FatalError() will never be called, and _PyTime_GetMonotonicClock() result must always be greater than 0.

But I wanted to remove it in the main branch to reduce the number of functions calling Py_FatalError().
History
Date User Action Args
2021-09-24 23:17:07vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, ned.deily, zach.ware, eryksun, steve.dower, pablogsal, miss-islington, Dennis Sweeney, SD, lunixbochs2
2021-09-24 23:17:07vstinnersetmessageid: <1632525427.3.0.232077877315.issue41299@roundup.psfhosted.org>
2021-09-24 23:17:07vstinnerlinkissue41299 messages
2021-09-24 23:17:07vstinnercreate