Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Dec 3, 2025

  • Remove quadratic behavior in node ID cache clearing

Co-authored-by: Jacob Walls 38668450+jacobtylerwalls@users.noreply.github.com

  • Add news fragment

(cherry picked from commit 08d8e18)

Co-authored-by: Seth Michael Larson seth@python.org
Co-authored-by: Jacob Walls 38668450+jacobtylerwalls@users.noreply.github.com

…ythonGH-142146) * Remove quadratic behavior in node ID cache clearing Co-authored-by: Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com> * Add news fragment --------- (cherry picked from commit 08d8e18) Co-authored-by: Seth Michael Larson <seth@python.org> Co-authored-by: Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com>
@hugovk
Copy link
Member

hugovk commented Dec 5, 2025

The Android failure is unrelated (some GitHub disk space issue).

But the WASI failure is in this PR's new test:

====================================================================== FAIL: testAppendChildNoQuadraticComplexity (test.test_minidom.MinidomTest.testAppendChildNoQuadraticComplexity) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Lib/test/test_minidom.py", line 192, in testAppendChildNoQuadraticComplexityself.assertLess(end - start, 1) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^AssertionError: 2.0126874446868896 not less than 1 ---------------------------------------------------------------------- Ran 130 tests in 3.768s FAILED (failures=1) test test_minidom failed

@sethmlarson@gpshead

@gpsheadgpshead merged commit ddcd2ac into python:3.13Dec 5, 2025
73 of 75 checks passed
github-merge-queuebot pushed a commit to wolfi-dev/advisories that referenced this pull request Dec 10, 2025
python-3.10 Upstream Fix PR: python/cpython#142213 python-3.11 Upstream Fix PR: python/cpython#142212 python-3.12 Upstream Fix PR: python/cpython#142211 python-3.13 Upstream Fix PR: python/cpython#142210 python-3.13 Local Fix PR: wolfi-dev/os#75288 python-3.14 Upstream Fix PR: python/cpython#142209 python-3.14 Local Fix PR: wolfi-dev/os#75289 Related issues: https://github.com/chainguard-dev/CVE-Dashboard/issues/50689https://github.com/chainguard-dev/CVE-Dashboard/issues/51027https://github.com/chainguard-dev/CVE-Dashboard/issues/50150https://github.com/chainguard-dev/CVE-Dashboard/issues/51032https://github.com/chainguard-dev/CVE-Dashboard/issues/50978 Signed-off-by: Vivian Rook <vivian.rook@chainguard.dev> Signed-off-by: Vivian Rook <91909295+vivian-rook@users.noreply.github.com>
@miss-islingtonmiss-islington deleted the backport-08d8e18-3.13 branch January 2, 2026 16:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-XMLtype-securityA security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@hugovk@gpshead@Yhg1s@sethmlarson