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, nanjekyejoannah, ncoghlan, vstinner
Date 2019-08-19.10:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566211200.15.0.534809978575.issue37878@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure why PyThreadState_DeleteCurrent() is exposed. Why would anyone use it?

It is used internally by the _thread module when the thread function completes.

I suggest to make the function internal instead of documenting it.

Eric, Joannah: what do you think?
History
Date User Action Args
2019-08-19 10:40:00vstinnersetrecipients: + vstinner, ncoghlan, docs@python, eric.snow, nanjekyejoannah
2019-08-19 10:40:00vstinnersetmessageid: <1566211200.15.0.534809978575.issue37878@roundup.psfhosted.org>
2019-08-19 10:40:00vstinnerlinkissue37878 messages
2019-08-19 10:40:00vstinnercreate