mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
* gh-112529: Implement GC for free-threaded builds This implements a mark and sweep GC for the free-threaded builds of CPython. The implementation relies on mimalloc to find GC tracked objects (i.e., "containers").
Miscellaneous source files for the main Python shared library