diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst b/Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst deleted file mode 100644 index 627f687..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-11-23-03-49.bpo-45434.tsS8I_.rst +++ /dev/null @@ -1,5 +0,0 @@ -``<Python.h>`` no longer includes the header files ``<stdlib.h>``, -``<stdio.h>``, ``<errno.h>`` and ``<string.h>`` when the ``Py_LIMITED_API`` -macro is set to ``0x030b0000`` (Python 3.11) or higher. C extensions should -explicitly include the header files after ``#include <Python.h>``. -Patch by Victor Stinner. |