File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -920,12 +920,7 @@ webbrowser
920920Others
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
930925Porting 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
You can’t perform that action at this time.
0 commit comments