]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Use PyErr_FormatUnraisable() function (#129518)
authorVictor Stinner <vstinner@python.org>
Fri, 31 Jan 2025 14:06:14 +0000 (15:06 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 14:06:14 +0000 (15:06 +0100)
commit79f85a0bc1c3b3c30b2f979033eef9840e21db31
tree4dba6a5ecf4e1c761ac8a2dedaaa1ec143682a6a
parent5424e3b0348c6029e96d4cb106cbcd5cca86d980
gh-129354: Use PyErr_FormatUnraisable() function (#129518)

Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
Modules/_ssl.c
Modules/_threadmodule.c