]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Use PyErr_FormatUnraisable() function (#129511)
authorVictor Stinner <vstinner@python.org>
Fri, 31 Jan 2025 12:16:08 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 12:16:08 +0000 (13:16 +0100)
commit0373926260b2b96b025019b5ddcdd4423858e41f
tree535614b388a4be28cbcbf1a9b5e0023c7c8811ec
parentc3ae5c9e4ad121f8ba60ffe81ca4e2a9c52dc659
gh-129354: Use PyErr_FormatUnraisable() function (#129511)

Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_lsprof.c
Objects/unicodeobject.c
Objects/weakrefobject.c