mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dbapi2.py | ||
| dump.py | ||