We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4139 commit 55164e4Copy full SHA for 55164e4
1 file changed
Misc/NEWS.d/next/Library/2026-04-18-21-39-15.gh-issue-148735.siw6DG.rst
@@ -1,4 +1,3 @@
1
:mod:`xml.etree.ElementTree`: Fix a use-after-free in
2
:meth:`Element.findtext <xml.etree.ElementTree.Element.findtext>` when the
3
-tag to find implements an :meth:`~object.__eq__` method that drops every
4
-other reference to a matching element.
+element tree is mutated concurrently during the search.
0 commit comments