X Tutup
Skip to content

[3.13] gh-91153: prevent a crash in bytearray.__setitem__(ind, ...) when ind.__index__ has side-effects (GH-132379)#136582

Merged
picnixz merged 1 commit intopython:3.13from
picnixz:backport-5e1e21d-3.13
Jul 12, 2025
Merged

[3.13] gh-91153: prevent a crash in bytearray.__setitem__(ind, ...) when ind.__index__ has side-effects (GH-132379)#136582
picnixz merged 1 commit intopython:3.13from
picnixz:backport-5e1e21d-3.13

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Jul 12, 2025

… ...)` when `ind.__index__` has side-effects (pythonGH-132379)

(cherry picked from commit 5e1e21d)

Co-authored-by: Bast <52266665+bast0006@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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.

2 participants

X Tutup