]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 22:03:13 +0000 (14:03 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 5 Dec 2018 22:03:13 +0000 (00:03 +0200)
commitfdf505000f135df3bdae08697b2a324d8f046768
treecedcf24578f6c1a7034181526b4258e6bd8e4e94
parentb2e0649dd9a36d54478d0edb623a18d7379e6f19
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952)

(cherry picked from commit 5b25f1d03100e2283c1b129d461ba68ac0169a14)
(cherry picked from commit 1de91a0032fed500ddd3d8c4fb7a38c0b8719f67)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Lib/sqlite3/test/regression.py
Misc/NEWS.d/next/Library/2018-07-24-16-37-40.bpo-34052.VbbFAE.rst [new file with mode: 0644]
Modules/_sqlite/connection.c