summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst')
-rw-r--r--Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst b/Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst
deleted file mode 100644
index c18c159..0000000
--- a/Misc/NEWS.d/next/C_API/2024-07-03-17-26-53.gh-issue-102471.XpmKYk.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-Add a new import and export API for Python :class:`int` objects (:pep:`757`):
-
-* :c:func:`PyLong_GetNativeLayout`;
-* :c:func:`PyLong_Export`;
-* :c:func:`PyLong_FreeExport`;
-* :c:func:`PyLongWriter_Create`;
-* :c:func:`PyLongWriter_Finish`;
-* :c:func:`PyLongWriter_Discard`.
-
-Patch by Victor Stinner.