8000 bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) · python/cpython@6a47864 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a47864

Browse files
bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)
Update What's New in Python 3.9. PyThreadState_DeleteCurrent was not removed, but excluded from the limited C API. (cherry picked from commit fda7f6d) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent bcbe5c5 commit 6a47864

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,6 @@ Removed
829829
removed, standard :class:`bytes` objects are always used instead.
830830
(Contributed by Jon Janzen in :issue:`36409`.)
831831

832-
* The C function ``PyThreadState_DeleteCurrent()`` has been removed. It was not documented.
833-
(Contributed by Joannah Nanjekye in :issue:`37878`.)
834-
835832
* The C function ``PyGen_NeedsFinalizing`` has been removed. It was not
836833
documented, tested, or used anywhere within CPython after the implementation
837834
of :pep:`442`. Patch by Joannah Nanjekye.
@@ -1108,6 +1105,8 @@ Removed
11081105

11091106
* Exclude the following functions from the limited C API:
11101107

1108+
* ``PyThreadState_DeleteCurrent()``
1109+
(Contributed by Joannah Nanjekye in :issue:`37878`.)
11111110
* ``_Py_CheckRecursionLimit``
11121111
* ``_Py_NewReference()``
11131112
* ``_Py_ForgetReference()``

0 commit comments

Comments
 (0)
0