diff options
author | Mark Shannon <mark@hotpy.org> | 2023-05-17 13:17:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 13:17:16 (GMT) |
commit | f7df17394906f2af51afef3c8ccaaab3847b059c (patch) | |
tree | 834ce84a556cf8ea8159b703bfa2d26149e5d9d8 /PCbuild/pythoncore.vcxproj | |
parent | 26931944dd8abd6554249239344fa62b789b9028 (diff) | |
download | cpython-f7df17394906f2af51afef3c8ccaaab3847b059c.zip cpython-f7df17394906f2af51afef3c8ccaaab3847b059c.tar.gz cpython-f7df17394906f2af51afef3c8ccaaab3847b059c.tar.bz2 |
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index ca43404..48cd441 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -567,6 +567,7 @@ </ClCompile> <ClCompile Include="..\Python\thread.c" /> <ClCompile Include="..\Python\traceback.c" /> + <ClCompile Include="..\Python\tracemalloc.c" /> </ItemGroup> <ItemGroup> <!-- BEGIN deepfreeze --> |