mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
99854ce170
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.
Miscellaneous source files for the main Python shared library