]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Aug 2021 17:59:51 +0000 (10:59 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 17:59:51 +0000 (10:59 -0700)
commit2b1e713f877102bbca299f0f5d7db969d78db49f
tree48003eccc512d0307da2bab7fba2fb4b16333cc2
parenta5d99632766b458b42f327e8bd0f82b0345c9a63
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)

(cherry picked from commit 8f010dc920e1f6dc6a357e7cc1460a7a567c05c6)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Lib/sqlite3/test/userfunctions.py
Misc/NEWS.d/next/Library/2021-08-04-12-29-00.bpo-44822.zePNXA.rst [new file with mode: 0644]
Modules/_sqlite/connection.c