Skip to content

Commit 010a259

Browse files
committed
Move C API removal to correct section
1 parent 3a3d611 commit 010a259

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/whatsnew/3.13.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -935,12 +935,7 @@ webbrowser
935935
Others
936936
------
937937

938-
* Remove the old trashcan macros ``Py_TRASHCAN_SAFE_BEGIN`` and
939-
``Py_TRASHCAN_SAFE_END``. They should be replaced by the new macros
940-
``Py_TRASHCAN_BEGIN`` and ``Py_TRASHCAN_END``. The new macros were
941-
added in Python 3.8 and the old macros were deprecated in Python 3.11.
942-
(Contributed by Irit Katriel in :gh:`105111`.)
943-
938+
TODO
944939

945940
Porting to Python 3.13
946941
======================
@@ -1305,6 +1300,12 @@ Removed
13051300
Configuration <init-config>` instead (:pep:`587`), added to Python 3.8.
13061301
(Contributed by Victor Stinner in :gh:`105145`.)
13071302

1303+
* Remove the old trashcan macros ``Py_TRASHCAN_SAFE_BEGIN`` and
1304+
``Py_TRASHCAN_SAFE_END``. They should be replaced by the new macros
1305+
``Py_TRASHCAN_BEGIN`` and ``Py_TRASHCAN_END``. The new macros were
1306+
added in Python 3.8 and the old macros were deprecated in Python 3.11.
1307+
(Contributed by Irit Katriel in :gh:`105111`.)
1308+
13081309
* Remove ``PyEval_InitThreads()`` and ``PyEval_ThreadsInitialized()``
13091310
functions, deprecated in Python 3.9. Since Python 3.7, ``Py_Initialize()``
13101311
always creates the GIL: calling ``PyEval_InitThreads()`` did nothing and

0 commit comments

Comments
 (0)