summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-08-17-12-59-35.gh-issue-108083.9J7UcT.rst
blob: ff499ced73a3096a0ab92657e323b3d91fa6ab2e (plain)
1
2
3
Fix bugs in the constructor of :mod:`sqlite3.Connection` and
:meth:`sqlite3.Connection.close` where exceptions could be leaked. Patch by
Erlend E. Aasland.