Skip to content

[3.13] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)#150925

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-fc9c4db-3.13
Jun 4, 2026
Merged

[3.13] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)#150925
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-fc9c4db-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 4, 2026

ass_subscript_slice() returned early when the computed slice length
was zero, bypassing validation performed for non-empty slices.
(cherry picked from commit fc9c4db)

Co-authored-by: Jiseok CHOI jiseok.dev@gmail.com

…nt (pythonGH-150915)

ass_subscript_slice() returned early when the computed slice length
was zero, bypassing validation performed for non-empty slices.
(cherry picked from commit fc9c4db)

Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
@serhiy-storchaka serhiy-storchaka merged commit 6825032 into python:3.13 Jun 4, 2026
43 checks passed
@miss-islington miss-islington deleted the backport-fc9c4db-3.13 branch June 4, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants