summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst b/Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst
deleted file mode 100644
index 741d709..0000000
--- a/Misc/NEWS.d/next/C API/2023-06-28-02-30-50.gh-issue-106168.NFOZPv.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-If Python is built in :ref:`debug mode <debug-build>` or :option:`with
-assertions <--with-assertions>`, :c:func:`PyTuple_SET_ITEM` and
-:c:func:`PyList_SET_ITEM` now check the index argument with an assertion. If
-the assertion fails, make sure that the size is set before. Patch by Victor
-Stinner.