Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-116604: Check for
gcstate->enabled
in _Py_RunGC in free-th…
…readed build 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.
- Loading branch information