mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
This isn't strictly necessary because the implementation of `gc_should_collect` already checks `gcstate->enabled` in the free-threaded build, but it seems like a good idea until the common pieces of gc.c and gc_free_threading.c are refactored out.
Miscellaneous source files for the main Python shared library