]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 Jan 2021 15:42:38 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 15:42:38 +0000 (17:42 +0200)
commit9073180db521dc83e6216ff0da1479d00167f643
tree61a0cf80eb0cf228a6c6e134bc90874a7e4a8030
parentd64fd4bb5bb4fd2e3277f39d3ad99b5a8d193e1b
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c