mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
27f27a68b3
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.
(cherry picked from commit e38967ed60)
Miscellaneous source files for the main Python shared library