mirror of
https://github.com/python/cpython.git
synced 2024-12-12 03:04:15 +08:00
c273986711
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 |