summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2023-05-17 13:17:16 (GMT)
committerGitHub <noreply@github.com>2023-05-17 13:17:16 (GMT)
commitf7df17394906f2af51afef3c8ccaaab3847b059c (patch)
tree834ce84a556cf8ea8159b703bfa2d26149e5d9d8 /PCbuild/pythoncore.vcxproj
parent26931944dd8abd6554249239344fa62b789b9028 (diff)
downloadcpython-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.vcxproj1
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 -->