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 1091470 commit 3584ca9Copy full SHA for 3584ca9
1 file changed
Misc/NEWS.d/next/Library/2024-12-15-15-07-22.gh-issue-126037.OyA7JP.rst
@@ -0,0 +1,5 @@
1
+Fix a crash in :meth:`Element.find <xml.etree.ElementTree.Element.find>`,
2
+:meth:`Element.findtext <xml.etree.ElementTree.Element.findtext>` and
3
+:meth:`Element.findall <xml.etree.ElementTree.Element.findall>` when the tag
4
+to find implements an :meth:`~object.__eq__` method mutating the element
5
+being queried. Patch by Bénédikt Tran.
0 commit comments