@@ -1210,7 +1210,7 @@ Porting to Python 3.11 |
|
|
1210 |
1210 |
explicitly include the header files after ``#include <Python.h>``. |
1211 |
1211 |
(Contributed by Victor Stinner in :issue:`45434`.) |
1212 |
1212 |
|
1213 |
|
-* The non-limited API files ``cellobject.h``, ``classobject.h``, ``context.h``, |
|
1213 |
+* The non-limited API files ``cellobject.h``, ``classobject.h``, ``code.h``, ``context.h``, |
1214 |
1214 |
``funcobject.h``, ``genobject.h`` and ``longintrepr.h`` have been moved to |
1215 |
1215 |
the ``Include/cpython`` directory. Moreover, the ``eval.h`` header file was |
1216 |
1216 |
removed. These files must not be included directly, as they are already |