]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 3 Nov 2023 07:45:53 +0000 (09:45 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2023 07:45:53 +0000 (09:45 +0200)
commit26c0e5e03a8603eccfd98045bc69fde2e24682e3
tree01d7dc811329b0387323350fa881a3301affe461
parent0d3df272fbd131bff7f02d4d4279ad1e35081121
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)

Replace the remaining calls with PyErr_FormatUnraisable().
13 files changed:
Include/internal/pycore_pyerrors.h
Lib/test/_test_atexit.py
Lib/test/audit-tests.py
Lib/test/test_ctypes/test_callbacks.py
Lib/test/test_ctypes/test_random_things.py
Lib/test/test_sys.py
Lib/test/test_thread.py
Modules/_ctypes/callbacks.c
Modules/_testinternalcapi.c
Modules/_threadmodule.c
Modules/atexitmodule.c
Modules/clinic/_testinternalcapi.c.h
Python/errors.c