File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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.
2929 * :c:func: `PyThread_get_key_value `: use :c:func: `PyThread_tss_get ` instead.
3030 * :c:func: `PyThread_delete_key_value `: use :c:func: `PyThread_tss_delete ` instead.
3131 * :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
22082208 be used instead.
22092209 (Contributed by Serhiy Storchaka in :gh: `86493 `.)
22102210
2211+ * Remove undocumented ``PY_TIMEOUT_MAX `` constant from the limited C API.
2212+ (Contributed by Victor Stinner in :gh: `110014 `.)
2213+
22112214Deprecated C APIs
22122215-----------------
22132216
You can’t perform that action at this time.
0 commit comments