Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-105539: Fix ResourceWarning from unclosed SQLite connection in ClosedCurTests. #108360

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

felixxm
Copy link
Contributor

@felixxm felixxm commented Aug 23, 2023

@felixxm felixxm force-pushed the gh-105539-resource-warning branch 2 times, most recently from 0fe2b88 to 02851c2 Compare August 23, 2023 07:46
auto-merge was automatically disabled August 23, 2023 09:21

Head branch was pushed to by a user without write access

@felixxm
Copy link
Contributor Author

felixxm commented Aug 23, 2023

@erlend-aasland I found and fixed one more:

./python -m test -R : test_audit

@erlend-aasland
Copy link
Contributor

@erlend-aasland I found and fixed one more:

./python -m test -R : test_audit

Good catch!

@erlend-aasland erlend-aasland enabled auto-merge (squash) August 23, 2023 09:26
@erlend-aasland erlend-aasland merged commit 29bc616 into python:main Aug 23, 2023
15 checks passed
@erlend-aasland
Copy link
Contributor

Thanks, Mariusz!

@felixxm felixxm deleted the gh-105539-resource-warning branch August 23, 2023 10:59
@bedevere-bot

This comment was marked as off-topic.

@bedevere-bot

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emit resource warning if sqlite3 fails to close the database
3 participants