mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
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.
This commit is contained in:
parent
0b7476080b
commit
99854ce170
9 changed files with 2032 additions and 1961 deletions
|
|
@ -566,6 +566,7 @@
|
|||
<AdditionalIncludeDirectories>$(GeneratedFrozenModulesDir)Python;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Python\future.c" />
|
||||
<ClCompile Include="..\Python\gc.c" />
|
||||
<ClCompile Include="..\Python\getargs.c" />
|
||||
<ClCompile Include="..\Python\getcompiler.c" />
|
||||
<ClCompile Include="..\Python\getcopyright.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue