-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). #10946
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
[3.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). #10946
Conversation
…xceptions. (pythonGH-8113). (cherry picked from commit 5b25f1d) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6. |
…ons. (pythonGH-8113). (pythonGH-10946) (cherry picked from commit 5b25f1d) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com> (cherry picked from commit 1de91a0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-10952 is a backport of this pull request to the 3.6 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…xceptions. (pythonGH-8113). (pythonGH-10946) (cherry picked from commit 5b25f1d) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>. (cherry picked from commit 1de91a0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-10955 is a backport of this pull request to the 2.7 branch. |
(cherry picked from commit 5b25f1d)
Co-authored-by: Sergey Fedoseev fedoseev.sergey@gmail.com
https://bugs.python.org/issue34052