File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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() ``
You can’t perform that action at this time.
0 commit comments