@@ -1252,13 +1252,14 @@ Porting to Python 3.10
1252
1252
bugs like `` if (PyList_SET_ITEM (a, b, c) < 0 ) ... `` test.
1253
1253
(Contributed by Zackery Spytz and Victor Stinner in :issue:`30459 ` .)
1254
1254
1255
- * The non- limited API files `` odictobject.h`` , `` parser_interface.h`` ,
1256
- `` picklebufobject.h`` , `` pyarena.h`` , `` pyctype.h`` , `` pydebug.h`` ,
1257
- `` pyfpe.h`` , and `` pytime.h`` have been moved to the `` Include/ cpython``
1255
+ * The non- limited API files `` asdl.h`` , `` odictobject.h`` ,
1256
+ `` parser_interface.h`` , `` picklebufobject.h`` , `` pyarena.h`` , `` pyctype.h`` ,
1257
+ `` pydebug.h`` , `` pyfpe.h`` , `` pystrhex.h`` , `` pytime.h`` , `` symtable.h`` ,
1258
+ `` token.h`` , and `` tracemalloc.h`` have been moved to the `` Include/ cpython``
1258
1259
directory. These files must not be included directly, as they are already
1259
1260
included in `` Python.h`` : :ref:`Include Files < api- includes> ` . If they have
1260
- been included directly, consider including `` Python.h`` instead.
1261
- (Contributed by Nicholas Sim in :issue:`35134 ` )
1261
+ been included directly, consider including `` Python.h`` instead. (Contributed
1262
+ by Nicholas Sim in :issue:`35134 ` )
1262
1263
1263
1264
Deprecated
1264
1265
----------
0 commit comments