cpython/Lib/test/test_sqlite3
Ken Jin 9e38553132
[3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2022-12-04 14:41:23 +08:00
..
__init__.py
__main__.py gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052) 2022-07-20 10:01:58 -07:00
test_backup.py
test_dbapi.py [3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157) 2022-06-23 03:11:35 -07:00
test_dump.py
test_factory.py [3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158) 2022-07-23 10:23:19 +02:00
test_hooks.py
test_regression.py [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902) 2022-12-04 14:41:23 +08:00
test_transactions.py
test_types.py gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660) 2022-11-22 00:51:59 -08:00
test_userfunctions.py