mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
5d72b75388
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