]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Jun 2021 18:54:39 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 18:54:39 +0000 (11:54 -0700)
commit067d6d46575b5cf30bbf7c812defee1517106a34
tree2497963d4b2a7ecfa831f8bd9c52465ee9aa3c67
parent3f4d801bf907a5fcab50f3b64475d1410b90a80f
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)

(cherry picked from commit 006fd869e4798b68e266f5de89c83ddb531a756b)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
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