summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-10-31 21:42:44 (GMT)
committerGitHub <noreply@github.com>2023-10-31 21:42:44 (GMT)
commitf6a02327b5fcdc10df855985ca9d2d9dc2a0a46f (patch)
treebd0599c585b71b87092536ef0d8f381164283622 /Misc
parent453e96e3020d38cfcaebf82b24cb681c6384fa82 (diff)
downloadcpython-f6a02327b5fcdc10df855985ca9d2d9dc2a0a46f.zip
cpython-f6a02327b5fcdc10df855985ca9d2d9dc2a0a46f.tar.gz
cpython-f6a02327b5fcdc10df855985ca9d2d9dc2a0a46f.tar.bz2
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst b/Misc/NEWS.d/next/C API/2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst
new file mode 100644
index 0000000..b99a829
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst
@@ -0,0 +1 @@
+Add :c:func:`PyErr_FormatUnraisable` function.