summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2023-10-20-01-42-43.gh-issue-111089.VIrd5q.rst2
-rw-r--r--Misc/NEWS.d/next/C API/2023-10-20-18-07-24.gh-issue-111089.RxkyrQ.rst2
-rw-r--r--Misc/stable_abi.toml2
3 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-10-20-01-42-43.gh-issue-111089.VIrd5q.rst b/Misc/NEWS.d/next/C API/2023-10-20-01-42-43.gh-issue-111089.VIrd5q.rst
deleted file mode 100644
index 2008dd5..0000000
--- a/Misc/NEWS.d/next/C API/2023-10-20-01-42-43.gh-issue-111089.VIrd5q.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The :c:func:`PyUnicode_AsUTF8` function now raises an exception if the
-string contains embedded null characters. Patch by Victor Stinner.
diff --git a/Misc/NEWS.d/next/C API/2023-10-20-18-07-24.gh-issue-111089.RxkyrQ.rst b/Misc/NEWS.d/next/C API/2023-10-20-18-07-24.gh-issue-111089.RxkyrQ.rst
deleted file mode 100644
index fe32e06..0000000
--- a/Misc/NEWS.d/next/C API/2023-10-20-18-07-24.gh-issue-111089.RxkyrQ.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add :c:func:`PyUnicode_AsUTF8` function to the limited C API. Patch by
-Victor Stinner.
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml
index b55bb59..22b25dd 100644
--- a/Misc/stable_abi.toml
+++ b/Misc/stable_abi.toml
@@ -2478,8 +2478,6 @@
added = '3.13'
[function.PySys_AuditTuple]
added = '3.13'
-[function.PyUnicode_AsUTF8]
- added = '3.13'
[function._Py_SetRefcnt]
added = '3.13'
abi_only = true