mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
5c245ffce7
For the free-threaded build, check the process resident set size (RSS) increase before triggering a full automatic garbage collection. If the RSS has not increased 10% since the last collection then it is deferred.
Miscellaneous source files for the main Python shared library