mirror of
https://github.com/python/cpython.git
synced 2026-07-06 01:39:24 -04:00
01393ffbe6
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 eb892868b3)
Co-authored-by: Kevin Wang <kevmo314@gmail.com>
Miscellaneous source files for the main Python shared library