]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Oct 2023 21:42:44 +0000 (23:42 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 21:42:44 +0000 (23:42 +0200)
commitf6a02327b5fcdc10df855985ca9d2d9dc2a0a46f
treebd0599c585b71b87092536ef0d8f381164283622
parent453e96e3020d38cfcaebf82b24cb681c6384fa82
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Doc/c-api/exceptions.rst
Doc/whatsnew/3.13.rst
Include/cpython/pyerrors.h
Lib/test/test_capi/test_exceptions.py
Misc/NEWS.d/next/C API/2023-10-19-22-39-24.gh-issue-108082.uJytvc.rst [new file with mode: 0644]
Modules/_testcapi/exceptions.c
Python/errors.c