Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97193bc

Browse filesBrowse files
committed
Move removal to Removed section
1 parent c106726 commit 97193bc
Copy full SHA for 97193bc

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: Doc/deprecations/c-api-pending-removal-in-future.rst
-3Lines 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

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.13.rst
+3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.