Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e130bfc

Browse files
committed
Move C API removal to correct section
1 parent 32c3121 commit e130bfc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -920,12 +920,7 @@ webbrowser
920920
Others
921921
------
922922

923-
* Remove the old trashcan macros ``Py_TRASHCAN_SAFE_BEGIN`` and
924-
``Py_TRASHCAN_SAFE_END``. They should be replaced by the new macros
925-
``Py_TRASHCAN_BEGIN`` and ``Py_TRASHCAN_END``. The new macros were
926-
added in Python 3.8 and the old macros were deprecated in Python 3.11.
927-
(Contributed by Irit Katriel in :gh:`105111`.)
928-
923+
TODO
929924

930925
Porting to Python 3.13
931926
======================
@@ -1274,6 +1269,12 @@ Removed
12741269
Configuration <init-config>` instead (:pep:`587`), added to Python 3.8.
12751270
(Contributed by Victor Stinner in :gh:`105145`.)
12761271

1272+
* Remove the old trashcan macros ``Py_TRASHCAN_SAFE_BEGIN`` and
1273+
``Py_TRASHCAN_SAFE_END``. They should be replaced by the new macros
1274+
``Py_TRASHCAN_BEGIN`` and ``Py_TRASHCAN_END``. The new macros were
1275+
added in Python 3.8 and the old macros were deprecated in Python 3.11.
1276+
(Contributed by Irit Katriel in :gh:`105111`.)
1277+
12771278
* Remove ``PyEval_InitThreads()`` and ``PyEval_ThreadsInitialized()``
12781279
functions, deprecated in Python 3.9. Since Python 3.7, ``Py_Initialize()``
12791280
always creates the GIL: calling ``PyEval_InitThreads()`` did nothing and

0 commit comments

Comments
 (0)