There was an error while loading. Please reload this page.
1 parent 9158932 commit 553173aCopy full SHA for 553173a
1 file changed
Misc/NEWS.d/next/Security/2026-06-30-13-24-13.gh-issue-152674.-2QVoL.rst
@@ -0,0 +1,6 @@
1
+The :class:`xml.etree.ElementTree.Element` methods
2
+:meth:`~xml.etree.ElementTree.Element.findall`,
3
+:meth:`~xml.etree.ElementTree.Element.iterfind` and
4
+:meth:`~xml.etree.ElementTree.Element.find` avoid quadratic behavior when
5
+using XPath index predicates (``[1]``, ``[last()]``, ``[last()-N]``) on XML
6
+documents with many same-tag siblings.
0 commit comments