-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-45041: Simplify sqlite3.Cursor.executescript()
#28020
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-45041: Simplify sqlite3.Cursor.executescript()
#28020
Conversation
- minimise number of times we save/restore thread state - optimise SQLite C API usage - simplify error handling
This PR greatly simplifies the SQLite statement error path. The |
Code coverage after this PR and #28019:
|
sqlite3.Cursor.executescript()
sqlite3.Cursor.executescript()
This test is added by pythonGH-28074
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 9db16c3 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Manually rerunning failed buildbots. See python/buildmaster-config#275 |
https://bugs.python.org/issue45041