]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
authorVictor Stinner <vstinner@python.org>
Fri, 31 Jan 2025 13:20:35 +0000 (14:20 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 13:20:35 +0000 (14:20 +0100)
commit3447f4a56a71a4017e55d8f46160a63f111ec373
treeb06cc4f83d053a8bff3fb3e1ac42af8aaf9fc0f4
parent8b70ff587220ebaefae9b6283b4993c78a726324
gh-129354: Use PyErr_FormatUnraisable() function (#129514)

Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
Modules/_asynciomodule.c
Modules/_testcapi/gc.c
Modules/posixmodule.c
Modules/pyexpat.c
Python/gc.c
Python/gc_free_threading.c