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