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 nanjekyejoannah
Recipients docs@python, eric.snow, nanjekyejoannah, ncoghlan, vstinner, wenzel
Date 2019-10-04.12:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570191183.22.0.375626418982.issue37878@roundup.psfhosted.org>
In-reply-to
Content
> 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:

I made this change as it was requested by Eric snow in issue38266.

"when we un-revert we should be sure to move PyThreadState_DeleteCurrent() from Include/pystate.h to Include/cpython/pystate.h."
History
Date User Action Args
2019-10-04 12:13:03nanjekyejoannahsetrecipients: + nanjekyejoannah, ncoghlan, vstinner, docs@python, eric.snow, wenzel
2019-10-04 12:13:03nanjekyejoannahsetmessageid: <1570191183.22.0.375626418982.issue37878@roundup.psfhosted.org>
2019-10-04 12:13:03nanjekyejoannahlinkissue37878 messages
2019-10-04 12:13:03nanjekyejoannahcreate