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 @@ -935,12 +935,7 @@ webbrowser
935
935
Others
936
936
------
937
937
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
944
939
945
940
Porting to Python 3.13
946
941
======================
@@ -1305,6 +1300,12 @@ Removed
1305
1300
Configuration <init-config>` instead (:pep: `587 `), added to Python 3.8.
1306
1301
(Contributed by Victor Stinner in :gh: `105145 `.)
1307
1302
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
+
1308
1309
* Remove ``PyEval_InitThreads() `` and ``PyEval_ThreadsInitialized() ``
1309
1310
functions, deprecated in Python 3.9. Since Python 3.7, ``Py_Initialize() ``
1310
1311
always creates the GIL: calling ``PyEval_InitThreads() `` did nothing and
You can’t perform that action at this time.
0 commit comments