mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
0c01090ad9
* 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