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
bpo-44958: Only reset sqlite3
statements when needed
#27844
bpo-44958: Only reset sqlite3
statements when needed
#27844
Conversation
FYI, tested with SQLite 3.7.15 (minimum required by CPython), 3.8.0, 3.19.0, 3.19.3, 3.20.0 ( |
If you want to schedule another build, you need to add the " |
If you want to schedule another build, you need to add the " |
The AMD64 Arch Linux Asan Debug PR buildbot failure seems to be unrelated. I see that it's been failing a lot recently. |
@erlend-aasland You need to rebase the PR on top of main |
PTAL. The merge was non-trivial. I suggest running the buildbots again. |
If you want to schedule another build, you need to add the " |
FYI, we need #27942 for the buildbots to succeed. |
If you want to schedule another build, you need to add the " |
All buildbots but |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Thanks for reviewing, Pablo! |
Modify managed_connect() helper to support in-memory databases. Use it for the regression tests added in pythonGH-27844.
This reverts commit 050d103, but keeps the tests.
https://bugs.python.org/issue44958
The text was updated successfully, but these errors were encountered: