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.16:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570204876.83.0.932706029342.issue37878@roundup.psfhosted.org>
In-reply-to
Content
> "when we un-revert we should be sure to move PyThreadState_DeleteCurrent() from Include/pystate.h to Include/cpython/pystate.h."

Ah, I didn't see this comment. If Eric endorses this change, I'm fine with it :-)

I close the issue.

If someone wants to modify PyThreadState_DeleteCurrent() to automatically call PyThreadState_Clear(), please open a new issue for that.
History
Date User Action Args
2019-10-04 16:01:16vstinnersetrecipients: + vstinner, ncoghlan, docs@python, eric.snow, wenzel, nanjekyejoannah
2019-10-04 16:01:16vstinnersetmessageid: <1570204876.83.0.932706029342.issue37878@roundup.psfhosted.org>
2019-10-04 16:01:16vstinnerlinkissue37878 messages
2019-10-04 16:01:16vstinnercreate