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

STINNER Victor report at bugs.python.org
Thu Oct 3 17:02:12 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?

IMHO PR 16558 is safe: it adds code which already existed in Python 2.7, and likely previously. For me it's a low risk of regression between rc1 and final.

I set the priority to release blocker, but Lukasz is the last one to take the final decision on including the fix or not.

Well, right now, I don't consider that PR 16558 is ready to be merged.

----------
priority: normal -> release blocker

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


More information about the Python-bugs-list mailing list