8000 bpo-42213: Remove redundant cyclic GC hack in sqlite3 by erlend-aasland · Pull Request #26517 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-42213: Remove redundant cyclic GC hack in sqlite3 #26517

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

Merged

Conversation

erlend-aasland
Copy link
Contributor
@erlend-aasland erlend-aasland commented Jun 3, 2021

The sqlite3 module now fully implements the GC protocol, so there's no
need for this workaround anymore.

  • Add and use managed resource helper for connections using TESTFN
  • Sort test imports
  • Split open-tests into their own test case

https://bugs.python.org/issue42213

Automerge-Triggered-By: GH:vstinner

The sqlite3 module now fully implements the GC protocol, so there's no
need for this workaround anymore.

- Add and use managed resource helper for connections with fs io
- Sort test imports
- Split open-tests into their own test case
@erlend-aasland
Copy link
Contributor Author

Ref. #26462 (comment)

Copy link
Member
@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vstinner
Copy link
Member
vstinner commented Jun 3, 2021

@erlend-aasland: Don't touch anything, try the automerge label: it should merge the PR as soon as the CI pass.

@miss-islington
Copy link
Contributor

@erlend-aasland: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0