X Tutup
Skip to content

[3.14] gh-143200: fix UAFs in Element.__{set,get}item__ when the element is concurrently mutated (GH-143226)#143273

Merged
picnixz merged 1 commit intopython:3.14from
miss-islington:backport-b6b0e14-3.14
Dec 29, 2025
Merged

[3.14] gh-143200: fix UAFs in Element.__{set,get}item__ when the element is concurrently mutated (GH-143226)#143273
picnixz merged 1 commit intopython:3.14from
miss-islington:backport-b6b0e14-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 29, 2025

…ment is concurrently mutated (pythonGH-143226)

(cherry picked from commit b6b0e14)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@picnixz picnixz enabled auto-merge (squash) December 29, 2025 17:31
@picnixz picnixz merged commit 7ff87fa into python:3.14 Dec 29, 2025
51 checks passed
@miss-islington miss-islington deleted the backport-b6b0e14-3.14 branch January 2, 2026 18:08
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.

2 participants

X Tutup