]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH...
authorPetr Viktorin <encukou@gmail.com>
Tue, 28 Jul 2026 11:36:47 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2026 11:36:47 +0000 (13:36 +0200)
commit2ffab083782968a4d732738f4f1dff6bbd69d2b0
tree49e2a2efb3e2d4c3b1d7e24d54a8f9c20030dee0
parentb4db94865e21ce86eabb5d11d072670121ed6f86
gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676)

Co-authored-by: Alexis <alexis.challande@trailofbits.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py
Misc/NEWS.d/next/Security/2026-06-30-13-24-13.gh-issue-152674.-2QVoL.rst [new file with mode: 0644]