]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Oct 2023 17:01:03 +0000 (19:01 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 17:01:03 +0000 (19:01 +0200)
commitbca330542912532baa33af20a107fcf956cf007a
tree292619dafebc1a7e766241ea712019cbc0bc761c
parent8eaa206feccc913d172027a613d34a50210f4511
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)

Also document the behavior when called with NULL.
Doc/c-api/exceptions.rst
Lib/test/test_capi/test_exceptions.py
Modules/_testcapi/exceptions.c