]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Use PyErr_FormatUnraisable() function (#129524)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Feb 2025 12:10:18 +0000 (13:10 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 12:10:18 +0000 (12:10 +0000)
commit218f205f2091cb173b5fe3f4b265c102cdf093b3
treeba49a113accc8bfae8b4746dbeb6304873825a87
parent04264a286e5ddfe8ac7423f7376ca34a2ca8b7ba
gh-129354: Use PyErr_FormatUnraisable() function (#129524)

Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().

Update test_sqlite3 tests.

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_sqlite3/test_hooks.py
Lib/test/test_sqlite3/test_userfunctions.py
Lib/test/test_sqlite3/util.py
Modules/_sqlite/connection.c