Uh oh!
There was an error while loading. Please reload this page.
bpo-44958: Only reset sqlite3 statements when needed - #27844
Conversation
erlend-aasland
commented
Aug 20, 2021
FYI, tested with SQLite 3.7.15 (minimum required by CPython), 3.8.0, 3.19.0, 3.19.3, 3.20.0 ( |
bedevere-bot
commented
Aug 21, 2021
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit cbcd640 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
bedevere-bot
commented
Aug 22, 2021
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit fe0fd6f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
erlend-aasland
commented
Aug 22, 2021
The AMD64 Arch Linux Asan Debug PR buildbot failure seems to be unrelated. I see that it's been failing a lot recently. |
pablogsal
commented
Aug 25, 2021
@erlend-aasland You need to rebase the PR on top of main |
erlend-aasland
commented
Aug 25, 2021
PTAL. The merge was non-trivial. I suggest running the buildbots again. |
bedevere-bot
commented
Aug 25, 2021
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 06e242c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
erlend-aasland
commented
Aug 25, 2021
FYI, we need #27942 for the buildbots to succeed. |
bedevere-bot
commented
Sep 6, 2021
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 9684593 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
erlend-aasland
commented
Sep 7, 2021
All buildbots but |
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Sep 19, 2021
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 |
erlend-aasland
commented
Sep 21, 2021
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