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-29.13:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567084170.47.0.563134829544.issue37878@roundup.psfhosted.org>
In-reply-to
Content
I did a GitHub code search on "PyThreadState_DeleteCurrent" in C code:
https://github.com/search?l=C&q=PyThreadState_DeleteCurrent&type=Code

I looked at the first 6 pages: I only found copies of the Python source code, but no *call* to this function. It seems like this function is not used outside Python, so it's fine to remove it.

Anyway, if an user complains lately, we can add it back. It's fine.

In case of doubt, in this case, I'm fine with removing the function.
History
Date User Action Args
2019-08-29 13:09:30vstinnersetrecipients: + vstinner, ncoghlan, docs@python, eric.snow, nanjekyejoannah
2019-08-29 13:09:30vstinnersetmessageid: <1567084170.47.0.563134829544.issue37878@roundup.psfhosted.org>
2019-08-29 13:09:30vstinnerlinkissue37878 messages
2019-08-29 13:09:30vstinnercreate