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 docs@python, eric.snow, miss-islington, nanjekyejoannah, ncoghlan, vstinner, wenzel
Date 2020-05-28.16:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I was very confused by the history of this issue. To be clear, PyThreadState_DeleteCurrent() is now documented in Python 3.9:
https://docs.python.org/dev/c-api/init.html#c.PyThreadState_DeleteCurrent
History
Date User Action Args
2020-05-28 16:27:27vstinnersetrecipients: + vstinner, ncoghlan, docs@python, eric.snow, wenzel, miss-islington, nanjekyejoannah
2020-05-28 16:27:27vstinnersetmessageid: <[email protected]>
2020-05-28 16:27:27vstinnerlinkissue37878 messages
2020-05-28 16:27:27vstinnercreate