cpython/Lib/sqlite3/test
Erlend Egeberg Aasland d88b47b5a3
bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
The sqlite3 module now fully implements the GC protocol, so there's no
need for this workaround anymore.

- Add and use managed resource helper for connections using TESTFN
- Sort test imports
- Split open-tests into their own test case

Automerge-Triggered-By: GH:vstinner
2021-06-03 09:38:19 -07:00
..
__init__.py
backup.py
dbapi.py bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517) 2021-06-03 09:38:19 -07:00
dump.py
factory.py
hooks.py bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517) 2021-06-03 09:38:19 -07:00
regression.py
transactions.py
types.py
userfunctions.py bpo-43296: Handle sqlite3_value_blob() errors (GH-24674) 2021-04-15 00:09:11 +03:00