mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +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