File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,3 @@ although there is currently no date scheduled for their removal.
29
29
* :c:func: `PyThread_get_key_value `: use :c:func: `PyThread_tss_get ` instead.
30
30
* :c:func: `PyThread_delete_key_value `: use :c:func: `PyThread_tss_delete ` instead.
31
31
* :c:func: `PyThread_ReInitTLS `: unneeded since Python 3.7.
32
-
33
- * Remove undocumented ``PY_TIMEOUT_MAX `` constant from the limited C API.
34
- (Contributed by Victor Stinner in :gh: `110014 `.)
Original file line number Diff line number Diff line change @@ -2208,6 +2208,9 @@ Removed C APIs
2208
2208
be used instead.
2209
2209
(Contributed by Serhiy Storchaka in :gh: `86493 `.)
2210
2210
2211
+ * Remove undocumented ``PY_TIMEOUT_MAX `` constant from the limited C API.
2212
+ (Contributed by Victor Stinner in :gh: `110014 `.)
2213
+
2211
2214
Deprecated C APIs
2212
2215
-----------------
2213
2216
You can’t perform that action at this time.
0 commit comments