gh-142787: Fix assertion failure in sqlite3 blob slice#142824
Conversation
|
Thanks for working on this! Please make sure this regression is covered by the test suite. |
Sorry, something went wrong.
|
Hi, there is a duplicated news entry, please remove it. |
Sorry, something went wrong.
8c9bd46 to
577803c
Compare
December 16, 2025 13:39
|
Moreover, please avoid force-pushing (as recommended by the devguide). |
Sorry, something went wrong.
Noted @erlend-aasland |
Sorry, something went wrong.
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM. 👍
Sorry, something went wrong.
06b0920
into
python:main
Feb 26, 2026
|
Thanks @abdoulrasheed for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, something went wrong.
(cherry picked from commit 06b0920) Co-authored-by: A.Ibrahim <abdulrasheedibrahim47@gmail.com>
(cherry picked from commit 06b0920) Co-authored-by: A.Ibrahim <abdulrasheedibrahim47@gmail.com>
Fix assertion failure when slicing a
sqlite3.Blobwith indices that result in an empty slice.PyObject *read_multiple(pysqlite_Blob *, Py_ssize_t, Py_ssize_t): Assertion 'offset < sqlite3_blob_bytes(self->blob)' failed#142787