GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)

This commit is contained in:
Mark Shannon
2023-05-17 14:17:16 +01:00
committed by GitHub
parent 26931944dd
commit f7df173949
11 changed files with 1621 additions and 1545 deletions

View File

@@ -567,6 +567,7 @@
</ClCompile>
<ClCompile Include="..\Python\thread.c" />
<ClCompile Include="..\Python\traceback.c" />
<ClCompile Include="..\Python\tracemalloc.c" />
</ItemGroup>
<ItemGroup>
<!-- BEGIN deepfreeze -->