]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurr...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Dec 2025 17:57:54 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Dec 2025 17:57:54 +0000 (17:57 +0000)
commit7ff87fa8e167c56772f1a01b912041ef304b8a9d
treec86057bed83d30c50f6715b59c71eadb7d1583e3
parent6583951e7de5e56fe1d857afebb31f804ebe8fda
[3.14] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (GH-143226) (#143273)

gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (GH-143226)
(cherry picked from commit b6b0e14b3d4aa9e9b89bef9a516177238883e1a7)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2025-12-27-15-41-27.gh-issue-143200.2hEUAl.rst [new file with mode: 0644]
Modules/_elementtree.c