Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
serhiy-storchaka merged 1 commit into
python:3.13python/cpython:3.13from
miss-islington:backport-fc9c4db-3.13miss-islington/cpython:backport-fc9c4db-3.13Copy head branch name to clipboard
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.13python/cpython:3.13from
miss-islington:backport-fc9c4db-3.13miss-islington/cpython:backport-fc9c4db-3.13Copy head branch name to clipboard

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.