summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-01-17 12:09:05 (GMT)
committerThomas Wouters <thomas@python.org>2024-01-17 12:14:40 (GMT)
commitf009305a7d635f86440c804a2916f8fa4d7fc637 (patch)
tree504b13d711808015a89abd1e808f7da54f280708 /Misc/NEWS.d/next/C API
parentb204c4beb44c1a9013f8da16984c9129374ed8c5 (diff)
downloadcpython-f009305a7d635f86440c804a2916f8fa4d7fc637.zip
cpython-f009305a7d635f86440c804a2916f8fa4d7fc637.tar.gz
cpython-f009305a7d635f86440c804a2916f8fa4d7fc637.tar.bz2
Python 3.13.0a3v3.13.0a3
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r--Misc/NEWS.d/next/C API/2023-06-21-11-53-09.gh-issue-65210.PhFRBJ.rst3
-rw-r--r--Misc/NEWS.d/next/C API/2023-11-15-01-26-59.gh-issue-111545.iAoFtA.rst2
-rw-r--r--Misc/NEWS.d/next/C API/2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst2
-rw-r--r--Misc/NEWS.d/next/C API/2023-12-02-02-08-11.gh-issue-106560.THvuji.rst2
4 files changed, 0 insertions, 9 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-06-21-11-53-09.gh-issue-65210.PhFRBJ.rst b/Misc/NEWS.d/next/C API/2023-06-21-11-53-09.gh-issue-65210.PhFRBJ.rst
deleted file mode 100644
index a15646f..0000000
--- a/Misc/NEWS.d/next/C API/2023-06-21-11-53-09.gh-issue-65210.PhFRBJ.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Change the declaration of the *keywords* parameter of
-:c:func:`PyArg_ParseTupleAndKeywords` and
-:c:func:`PyArg_VaParseTupleAndKeywords` for better compatibility with C++.
diff --git a/Misc/NEWS.d/next/C API/2023-11-15-01-26-59.gh-issue-111545.iAoFtA.rst b/Misc/NEWS.d/next/C API/2023-11-15-01-26-59.gh-issue-111545.iAoFtA.rst
deleted file mode 100644
index 7bde249..0000000
--- a/Misc/NEWS.d/next/C API/2023-11-15-01-26-59.gh-issue-111545.iAoFtA.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add :c:func:`Py_HashPointer` function to hash a pointer. Patch by Victor
-Stinner.
diff --git a/Misc/NEWS.d/next/C API/2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst b/Misc/NEWS.d/next/C API/2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst
deleted file mode 100644
index 113119e..0000000
--- a/Misc/NEWS.d/next/C API/2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix support of format units "es", "et", "es#", and "et#" in nested tuples in
-:c:func:`PyArg_ParseTuple`-like functions.
diff --git a/Misc/NEWS.d/next/C API/2023-12-02-02-08-11.gh-issue-106560.THvuji.rst b/Misc/NEWS.d/next/C API/2023-12-02-02-08-11.gh-issue-106560.THvuji.rst
deleted file mode 100644
index 59b461e..0000000
--- a/Misc/NEWS.d/next/C API/2023-12-02-02-08-11.gh-issue-106560.THvuji.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix redundant declarations in the public C API. Declare PyBool_Type,
-PyLong_Type and PySys_Audit() only once. Patch by Victor Stinner.