Skip to content

Comments

[3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051)#142166

Merged
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-eb89286-3.14
Dec 2, 2025
Merged

[3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051)#142166
colesbury merged 1 commit intopython:3.14from
miss-islington:backport-eb89286-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 2, 2025

The GC for the free threaded build would get slower with each collection due
to effectively double counting objects freed by the GC.
(cherry picked from commit eb89286)

Co-authored-by: Kevin Wang kevmo314@gmail.com

)

The GC for the free threaded build would get slower with each collection due
to effectively double counting objects freed by the GC.
(cherry picked from commit eb89286)

Co-authored-by: Kevin Wang <kevmo314@gmail.com>
@colesbury colesbury enabled auto-merge (squash) December 2, 2025 00:12
@colesbury colesbury merged commit 5c5670e into python:3.14 Dec 2, 2025
49 checks passed
@miss-islington miss-islington deleted the backport-eb89286-3.14 branch January 2, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants