STINNER Victor <vstin...@python.org> added the comment:

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

----------
versions:  -Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to