]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly (#108015)
authorErlend E. Aasland <erlend@python.org>
Tue, 22 Aug 2023 11:10:29 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 11:10:29 +0000 (13:10 +0200)
commit1a1bfc28912a39b500c578e9f10a8a222638d411
tree72f4cfae72eaafab1c28cc8a4c258667b2eaa48e
parent86617518c4ac824e2b6dc20691ba5a08df04f285
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly (#108015)
Doc/library/sqlite3.rst
Doc/whatsnew/3.13.rst
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2023-08-16-14-30-13.gh-issue-105539.29lA6c.rst [new file with mode: 0644]
Modules/_sqlite/connection.c