mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
5c5670eb45
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