[issue37878] Sub-Interpreters : Document PyThreadState_DeleteCurrent()

Joannah Nanjekye report at bugs.python.org
Fri Oct 4 08:13:03 EDT 2019


Joannah Nanjekye <nanjekyejoannah at gmail.com> added the comment:

> 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."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37878>
_______________________________________


More information about the Python-bugs-list mailing list