diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst b/Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst deleted file mode 100644 index 933f806..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-13-14-42-46.bpo-45434.INNEEt.rst +++ /dev/null @@ -1,3 +0,0 @@ -Remove the ``pystrhex.h`` header file. It only contains private functions. C -extensions should only include the main ``<Python.h>`` header file. Patch by -Victor Stinner. |