]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)
authorSeth Michael Larson <seth@python.org>
Wed, 3 Dec 2025 07:16:37 +0000 (01:16 -0600)
committerGitHub <noreply@github.com>
Wed, 3 Dec 2025 07:16:37 +0000 (23:16 -0800)
commit08d8e18ad81cd45bc4a27d6da478b51ea49486e4
treeee820e3403b3575f30ab968c3b06eeade4563a9f
parent8801c6dec79275e9b588ae03e356d8e7656fa3f0
gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)

* Remove quadratic behavior in node ID cache clearing

Co-authored-by: Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com>
* Add news fragment

---------

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]