]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 4 Jun 2021 18:34:00 +0000 (20:34 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 18:34:00 +0000 (19:34 +0100)
commit006fd869e4798b68e266f5de89c83ddb531a756b
tree07fc4e96b436ddb2725382cc5ec142f56233bcf4
parent8363ac8607eca7398e568e1336154e1262a995a0
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Lib/sqlite3/test/userfunctions.py
Misc/NEWS.d/next/Library/2021-04-15-12-02-17.bpo-43853.XXCVAp.rst [new file with mode: 0644]
Modules/_sqlite/connection.c