cpython/Lib/test/test_sqlite3
Victor Stinner 218f205f20
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>
2025-02-03 12:10:18 +00:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py
test_dbapi.py
test_dump.py
test_factory.py
test_hooks.py gh-129354: Use PyErr_FormatUnraisable() function (#129524) 2025-02-03 12:10:18 +00:00
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py gh-129354: Use PyErr_FormatUnraisable() function (#129524) 2025-02-03 12:10:18 +00:00
util.py gh-129354: Use PyErr_FormatUnraisable() function (#129524) 2025-02-03 12:10:18 +00:00