mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* 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
Miscellaneous source files for the main Python shared library