Skip to content

Commit

Permalink
Move removal to Removed section
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 27, 2024
1 parent c106726 commit 97193bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Doc/deprecations/c-api-pending-removal-in-future.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ although there is currently no date scheduled for their removal.
* :c:func:`PyThread_get_key_value`: use :c:func:`PyThread_tss_get` instead.
* :c:func:`PyThread_delete_key_value`: use :c:func:`PyThread_tss_delete` instead.
* :c:func:`PyThread_ReInitTLS`: unneeded since Python 3.7.

* Remove undocumented ``PY_TIMEOUT_MAX`` constant from the limited C API.
(Contributed by Victor Stinner in :gh:`110014`.)
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,9 @@ Removed C APIs
be used instead.
(Contributed by Serhiy Storchaka in :gh:`86493`.)

* Remove undocumented ``PY_TIMEOUT_MAX`` constant from the limited C API.
(Contributed by Victor Stinner in :gh:`110014`.)

Deprecated C APIs
-----------------

Expand Down

0 comments on commit 97193bc

Please sign in to comment.