-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
[3.13] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) #142210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ythonGH-142146) * Remove quadratic behavior in node ID cache clearing Co-authored-by: Jacob Walls <[email protected]> * Add news fragment --------- (cherry picked from commit 08d8e18) Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Jacob Walls <[email protected]>
This was referenced Dec 3, 2025
Member
|
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 testAppendChildNoQuadraticComplexity
self.assertLess(end - start, 1)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
AssertionError: 2.0126874446868896 not less than 1
----------------------------------------------------------------------
Ran 130 tests in 3.768s
FAILED (failures=1)
test test_minidom failed |
hugovk
reviewed
Dec 5, 2025
vivian-rook
added a commit
to vivian-rook/os
that referenced
this pull request
Dec 9, 2025
Patch for python 3.13 has been merged in python/cpython#142210 though thus far a new point release has not been added. Cherrypicking in the commit until a new point release including the commit is added. chainguard-dev/CVE-Dashboard#51032 Signed-off-by: Vivian Rook <[email protected]>
vivian-rook
added a commit
to wolfi-dev/advisories
that referenced
this pull request
Dec 9, 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: chainguard-dev/CVE-Dashboard#50689 chainguard-dev/CVE-Dashboard#51027 chainguard-dev/CVE-Dashboard#50150 chainguard-dev/CVE-Dashboard#51032 chainguard-dev/CVE-Dashboard#50978 Signed-off-by: Vivian Rook <[email protected]>
github-merge-queue bot
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: chainguard-dev/CVE-Dashboard#50689 chainguard-dev/CVE-Dashboard#51027 chainguard-dev/CVE-Dashboard#50150 chainguard-dev/CVE-Dashboard#51032 chainguard-dev/CVE-Dashboard#50978 Signed-off-by: Vivian Rook <[email protected]> Signed-off-by: Vivian Rook <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Co-authored-by: Jacob Walls [email protected]
(cherry picked from commit 08d8e18)
Co-authored-by: Seth Michael Larson [email protected]
Co-authored-by: Jacob Walls [email protected]