cpython/Lib/sqlite3/test
Miss Islington (bot) ad2f3b74b5
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
(cherry picked from commit fa106a685c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2021-06-04 20:09:40 -07:00
..
__init__.py
backup.py bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) 2021-04-14 14:45:49 +03:00
dbapi.py bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170) 2021-01-09 13:25:55 +02:00
dump.py bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538) 2021-01-07 02:05:07 +02:00
factory.py bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) 2021-01-07 02:36:35 +02:00
hooks.py bpo-44108: sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032) (GH-26125) 2021-05-14 20:07:24 +09:00
regression.py bpo-43368: Fix fetching empty bytes in sqlite3 (GH-24706) 2021-03-03 16:16:24 +02:00
transactions.py bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) 2021-01-07 02:36:35 +02:00
types.py bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) 2021-04-14 14:18:49 +03:00
userfunctions.py bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545) 2021-06-04 20:09:40 -07:00