mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
* 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.
Miscellaneous source files for the main Python shared library