]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Feb 2026 00:13:08 +0000 (01:13 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 00:13:08 +0000 (01:13 +0100)
commitcd3e9b3fd28072758b412e758df1b67c19ae01b0
tree2b6018206a83023bef48235e41a7a0c5333dbc7d
parent083477fbd61a4c660d6e4d0a4158abb84e049c7b
[3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)

(cherry picked from commit 06b0920f1292690a22ab2b271dfefe2c63cacf07)

Co-authored-by: A.Ibrahim <abdulrasheedibrahim47@gmail.com>
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2025-12-16-13-34-48.gh-issue-142787.wNitJX.rst [new file with mode: 0644]
Modules/_sqlite/blob.c