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 gh-71339: Use new assertion methods in test_sqlite3 (GH-128830) 2025-01-14 15:18:25 +02:00
test_dbapi.py gh-71339: Use new assertion methods in test_sqlite3 (GH-128830) 2025-01-14 15:18:25 +02:00
test_dump.py
test_factory.py gh-71339: Use new assertion methods in test_sqlite3 (GH-128830) 2025-01-14 15:18:25 +02:00
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