]> granicus.if.org Git - python/commit
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Fri, 4 Oct 2019 11:35:42 +0000 (08:35 -0300)
committerVictor Stinner <vstinner@python.org>
Fri, 4 Oct 2019 11:35:42 +0000 (13:35 +0200)
commit8855e47d09d4db1206c65b24efc8ad0df585ac46
tree7bad8536eb0439d6c6edfed703b7165cb367ca0b
parent06cb94bc8419b9a24df6b0d724fcd8e40c6971d6
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)

Revert the removal of PyThreadState_DeleteCurrent() with documentation.
Doc/c-api/init.rst
Include/cpython/pystate.h
Misc/NEWS.d/next/C API/2019-10-03-12-53-53.bpo-38266.0FIC1q.rst [new file with mode: 0644]
Python/pystate.c