blob: ac0937b54aeeab4941e7fb5ddbb987732b0ad68f [file] [log] [blame]
:mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` based on the default
threading mode the underlying SQLite library has been compiled with. Patch by
Erlend E. Aasland.