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, wenzel
Date 2019-10-04.11:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570189551.04.0.546330647651.issue37878@roundup.psfhosted.org>
In-reply-to
Content
> bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)

Oh, I didn't notice something in the review: the revert moved PyThreadState_DeleteCurrent() definition from Include/pystate.h to Include/cpython/pystate.h. Previously, it was defined in Include/pystate.h, see the commit removing it:
https://github.com/python/cpython/commit/2bc43cdc015eda4f1a651bb2b308a17a83c38e14

Joannah: can you please move the definition back to Include/pystate.h, at the same place it was before the removal, please?

The revert excluded PyThreadState_DeleteCurrent() from the stable API (Py_LIMITED_API).
History
Date User Action Args
2019-10-04 11:45:51vstinnersetrecipients: + vstinner, ncoghlan, docs@python, eric.snow, wenzel, nanjekyejoannah
2019-10-04 11:45:51vstinnersetmessageid: <1570189551.04.0.546330647651.issue37878@roundup.psfhosted.org>
2019-10-04 11:45:51vstinnerlinkissue37878 messages
2019-10-04 11:45:50vstinnercreate