]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113688: Split up gcmodule.c (gh-113715)
authorSam Gross <colesbury@gmail.com>
Fri, 5 Jan 2024 20:17:16 +0000 (15:17 -0500)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 20:17:16 +0000 (12:17 -0800)
commit99854ce1701ca4d1a0d153e501a29f9eec306ce5
tree15eb59f79b9abbb5e23bfaadb37946fe01871dd1
parent0b7476080b58ea2ee71c6c1229994a3bb62fe4fa
gh-113688: Split up gcmodule.c (gh-113715)

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.
Include/internal/pycore_gc.h
Lib/test/test_gc.py
Makefile.pre.in
Modules/gcmodule.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/gc.c [new file with mode: 0644]