]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Dec 2025 19:09:44 +0000 (20:09 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Dec 2025 19:09:44 +0000 (19:09 +0000)
commit027f21e417b26eed4505ac2db101a4352b7c51a0
tree6eaf8ad56e1a51eef0ed2b5baf7b48b2833cef79
parent79245a47ed127c14f63e1450a1b554d86c266a5d
[3.14] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142209)

gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)

* Remove quadratic behavior in node ID cache clearing

* Add news fragment

---------
(cherry picked from commit 08d8e18ad81cd45bc4a27d6da478b51ea49486e4)

Co-authored-by: Seth Michael Larson <seth@python.org>
Co-authored-by: Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com>
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/NEWS.d/next/Security/2025-12-01-09-36-45.gh-issue-142145.tcAUhg.rst [new file with mode: 0644]