commit | 29bc6165ab8aa434145a34676b8b7e48e7c6e308 | [log] [tgz] |
---|---|---|
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | Wed Aug 23 12:10:08 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 23 10:10:08 2023 +0000 |
tree | 3cea1120da428a47a2039140a15855adc3bc01cb | |
parent | 31b61d19abcc63aa28625a31ed75411948fc1e7e [diff] |
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlite3 (#108360) Follow up to 1a1bfc28912a39b500c578e9f10a8a222638d411. Explicitly manage connections in: - test_audit.test_sqlite3 - test_sqlite3.test_audit - test_sqlite3.test_backup Co-authored-by: Erlend E. Aasland <erlend@python.org>