SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-142531: Fix free-threaded GC performance regression (gh-142562)

If there are many untracked tuples, the GC will run too often, resulting
in poor performance.  The fix is to include untracked tuples in the
"long lived" object count. The number of frozen objects is also now
included since the free-threaded GC must scan those too.
N
Neil Schemenauer committed
e38967ed60778146050cc88dd16b70bfd867fde7
Parent: af18572
Committed by GitHub <[email protected]> on 12/11/2025, 8:30:56 PM