SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 9 Python

gh-112529: Implement GC for free-threaded builds (#114262)

* 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").
S
Sam Gross committed
b52fc70d1ab3be7866ab71065bae61a03a28bfae
Parent: 4850410
Committed by GitHub <noreply@github.com> on 1/25/2024, 6:27:36 PM