Skip to content

[3.7] bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)#13429

Merged
berkerpeksag merged 1 commit into
python:3.7from
miss-islington:backport-287b84d-3.7
May 19, 2019
Merged

[3.7] bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)#13429
berkerpeksag merged 1 commit into
python:3.7from
miss-islington:backport-287b84d-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented May 19, 2019

Copy link
Copy Markdown
Contributor

The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
(cherry picked from commit 287b84d)

Co-authored-by: Xtreak tir.karthi@gmail.com

https://bugs.python.org/issue34580

…GH-9079)

The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
(cherry picked from commit 287b84d)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tirkarthi and @berkerpeksag: Status check is done, and it's a success ✅ .

@berkerpeksag berkerpeksag merged commit 205c1f0 into python:3.7 May 19, 2019
@miss-islington miss-islington deleted the backport-287b84d-3.7 branch May 19, 2019 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants