Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
You need to sign in or sign up before continuing.
cpython
Doc
includes
sqlite3
md5func.py
Find file
Blame
History
Permalink
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
· 287b84de
Xtreak
authored
May 20, 2019
The sqlit3.Connection object doesn't call its close() method when it's used as a context manager.
287b84de