| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157) | Sam Gross | 2024-01-20 | 1 | -6/+7 |
| | | | | | | | | | | | * gh-112529: Use GC heaps for GC allocations in free-threaded builds The free-threaded build's garbage collector implementation will need to find GC objects by traversing mimalloc heaps. This hooks up the allocation calls with the correct heaps by using a thread-local "current_obj_heap" variable. * Refactor out setting heap based on type | ||||
| * | gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) | Donghee Na | 2024-01-09 | 1 | -16/+1 |
| | | |||||
| * | gh-113688: Split up gcmodule.c (gh-113715) | Sam Gross | 2024-01-05 | 1 | -0/+1958 |
| This splits part of Modules/gcmodule.c of into Python/gc.c, which now contains the core garbage collection implementation. The Python module remain in the Modules/gcmodule.c file. | |||||
