8000 Move removal to Removed section · python/cpython@97193bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 97193bc

Browse files
committed
Move removal to Removed section
1 parent c106726 commit 97193bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/deprecations/c-api-pending-removal-in-future.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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`.)

Doc/whatsnew/3.13.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
22112214
Deprecated C APIs
22122215
-----------------
22132216

0 commit comments

Comments
 (0)
0