Skip to content

[3.15] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703) - #155765

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-b758ff4-3.15
Open

[3.15] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)#155765
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-b758ff4-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

It patched the bytes object read from the blob, which for a single byte
is an immortal singleton, so that the value of that byte was changed in
the whole process.
(cherry picked from commit b758ff4)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…nGH-155703)

It patched the bytes object read from the blob, which for a single byte
is an immortal singleton, so that the value of that byte was changed in
the whole process.
(cherry picked from commit b758ff4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants