summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst
blob: ac0937b54aeeab4941e7fb5ddbb987732b0ad68f (plain)
1
2
3
: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.