SIGN IN SIGN UP

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
E
Erlend Egeberg Aasland committed
c2739867113a2b650db300c03ef06cf18dcee3f4
Parent: 762173c
Committed by GitHub <noreply@github.com> on 11/3/2021, 9:01:37 PM