mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04: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 eb892868b3)
Co-authored-by: Kevin Wang <[email protected]>
Miscellaneous source files for the main Python shared library