]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Feb 2026 00:12:51 +0000 (01:12 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 00:12:51 +0000 (01:12 +0100)
commitbc6a7a2b0cdc254712171125afd8b4f4817dc0c4
tree587df0fb237b7a2d6cf8f5beecf5005b3721f428
parent08101240f4b2587fd7db61c32dcc9930ba890ce2
[3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)

(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