[issue38266] Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal

STINNER Victor report at bugs.python.org
Fri Oct 4 07:40:02 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> Since this sounds like a regression being introduced by 3.8.0, should the reversion be included in 3.8.0 final or can it wait for 3.8.1?

Oh, in fact, the change was only made in the master branch: after the 3.8 branch was created. The 3.8 branch still contains PyThreadState_DeleteCurrent() ;-) There is no regression in 3.8, only in master, and the regression in master has been fixed.

----------
priority: release blocker -> 
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list