cpython/Lib/test/test_sqlite3
Erlend Egeberg Aasland c273986711
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Use the compile-time selected default SQLite threaded mode to set the
DB-API 2.0 attribute 'threadsafety'

Mappings:
  - SQLITE_THREADSAFE=0 => threadsafety=0
  - SQLITE_THREADSAFE=1 => threadsafety=3
  - SQLITE_THREADSAFE=2 => threadsafety=1
2021-11-03 21:01:37 +00:00
..
__init__.py
__main__.py
test_backup.py
test_dbapi.py bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227) 2021-11-03 21:01:37 +00:00
test_dump.py
test_factory.py
test_hooks.py
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py