File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -920,12 +920,7 @@ webbrowser
920
920
Others
921
921
------
922
922
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
929
924
930
925
Porting to Python 3.13
931
926
======================
@@ -1274,6 +1269,12 @@ Removed
1274
1269
Configuration <init-config>` instead (:pep: `587 `), added to Python 3.8.
1275
1270
(Contributed by Victor Stinner in :gh: `105145 `.)
1276
1271
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
+
1277
1278
* Remove ``PyEval_InitThreads() `` and ``PyEval_ThreadsInitialized() ``
1278
1279
functions, deprecated in Python 3.9. Since Python 3.7, ``Py_Initialize() ``
1279
1280
always creates the GIL: calling ``PyEval_InitThreads() `` did nothing and
You can’t perform that action at this time.
0 commit comments