]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 18:15:28 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Dec 2025 18:15:28 +0000 (18:15 +0000)
commit93cb42fcb9be5768a8857e82a036f27fe5727139
tree61b61bea6614f74c204e294f2cfa302f989f1a8a
parent8cfe1ab887f71a103bd98a7f3862a914e52debcd
[3.13] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (GH-143226) (#143274)

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