]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 29 Dec 2025 17:30:51 +0000 (18:30 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Dec 2025 17:30:51 +0000 (18:30 +0100)
commitb6b0e14b3d4aa9e9b89bef9a516177238883e1a7
treed4419739d4bf3034c472ee7fda563e33eb303405
parent6cb245d26086369bb075858501405865fc255a10
gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (#143226)
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