mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
b52fc70d1a
* 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