]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 14 Apr 2021 21:09:11 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 21:09:11 +0000 (00:09 +0300)
commit5cb601f956886b32641f818b5da347cc86a43db2
tree4205f0ff5fced33357820c8382d8ca0ee5a0433d
parente07f4ab26aaf08f90ebd9e6004af14fd6ef39351
bpo-43296: Handle sqlite3_value_blob() errors (GH-24674)
Lib/sqlite3/test/userfunctions.py
Misc/NEWS.d/next/Library/2021-03-01-13-01-33.bpo-43296.p_gU6T.rst [new file with mode: 0644]
Modules/_sqlite/connection.c