]> granicus.if.org Git - python/commit
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Thu, 5 Sep 2019 16:06:49 +0000 (13:06 -0300)
committerVictor Stinner <vstinner@redhat.com>
Thu, 5 Sep 2019 16:06:49 +0000 (18:06 +0200)
commit2bc43cdc015eda4f1a651bb2b308a17a83c38e14
tree1a3a998656035eedb1e30c033f7fc3bb3156cdd9
parent2c2b561967c1916855399f809e30ae0ba7e09ae2
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)

* Rename PyThreadState_DeleteCurrent()
  to _PyThreadState_DeleteCurrent()
* Move it to the internal C API

Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
Doc/whatsnew/3.9.rst
Include/internal/pycore_pylifecycle.h
Include/pystate.h
Misc/NEWS.d/next/Documentation/2019-08-16-20-01-10.bpo-37878.MvA6rZ.rst [new file with mode: 0644]
Modules/_threadmodule.c
Modules/_tracemalloc.c
Python/pystate.c