diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-15-00-11-51.bpo-35134.eX4zqy.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-15-00-11-51.bpo-35134.eX4zqy.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-15-00-11-51.bpo-35134.eX4zqy.rst b/Misc/NEWS.d/next/C API/2021-10-15-00-11-51.bpo-35134.eX4zqy.rst deleted file mode 100644 index d0d3ce6..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-15-00-11-51.bpo-35134.eX4zqy.rst +++ /dev/null @@ -1,7 +0,0 @@ -The non-limited API files ``cellobject.h``, ``classobject.h``, ``context.h``, -``funcobject.h``, ``genobject.h`` and ``longintrepr.h`` have been moved to -the ``Include/cpython`` directory. Moreover, the ``eval.h`` header file was -removed. These files must not be included directly, as they are already -included in ``Python.h``: :ref:`Include Files <api-includes>`. If they have -been included directly, consider including ``Python.h`` instead. -Patch by Victor Stinner. |