SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

GH-139951: Fix major GC performance regression (GH-140262)

* Count number of actually tracked objects, instead of trackable objects. This ensures that untracking tuples has the desired effect of reducing GC overhead

* Do not track most untrackable tuples during creation. This prevents large numbers of small tuples causing execessive GCs.
M
Mark Shannon committed
0c01090ad957de4625f504ce4f29df0a05d09fba
Parent: 4adf08a
Committed by GitHub <noreply@github.com> on 10/21/2025, 2:22:15 PM