-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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-43083: Fix error handling in _sqlite3 #24395
bpo-43083: Fix error handling in _sqlite3 #24395
Conversation
No NEWS entry is needed because it is very difficult (if possible) to reproduce these bugs, and it is very difficult to explain the fix to average Python user without referring to internal implementation details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Not sure about backporting to 3.8 and 3.9, though. 3.9 may make sense to make future auto-backports a bit easier, but I'd probably leave 3.8 alone.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
(cherry picked from commit 9073180) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-24400 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 9073180) Co-authored-by: Serhiy Storchaka <[email protected]>
https://bugs.python.org/issue43083