mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
The GC for the free threaded build would get slower with each collection due to effectively double counting objects freed by the GC. (cherry picked from commit eb892868b31322d7cf271bc25923e14b1f67ae38) Co-authored-by: Kevin Wang <kevmo314@gmail.com>
Miscellaneous source files for the main Python shared library