summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2022-08-01 13:04:14 (GMT)
committerGitHub <noreply@github.com>2022-08-01 13:04:14 (GMT)
commit664e96a98fcc7572d4b049b70b74cdd63bd736c6 (patch)
tree30d3088575ffab18ae16d8cc8efeee0d81883f33 /PCbuild
parentbc7c7cd18a4ae015449f95454a762a7276585bb8 (diff)
downloadcpython-664e96a98fcc7572d4b049b70b74cdd63bd736c6.zip
cpython-664e96a98fcc7572d4b049b70b74cdd63bd736c6.tar.gz
cpython-664e96a98fcc7572d4b049b70b74cdd63bd736c6.tar.bz2
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
This removes the unused negative_dictoffset function: the type this function would create is available as _testcapi.HeapCTypeWithNegativeDict
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_testcapi.vcxproj1
-rw-r--r--PCbuild/_testcapi.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/_testcapi.vcxproj b/PCbuild/_testcapi.vcxproj
index 07e2355..a88540c 100644
--- a/PCbuild/_testcapi.vcxproj
+++ b/PCbuild/_testcapi.vcxproj
@@ -95,6 +95,7 @@
<ItemGroup>
<ClCompile Include="..\Modules\_testcapimodule.c" />
<ClCompile Include="..\Modules\_testcapi\vectorcall.c" />
+ <ClCompile Include="..\Modules\_testcapi\heaptype.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc" />
diff --git a/PCbuild/_testcapi.vcxproj.filters b/PCbuild/_testcapi.vcxproj.filters
index 82fce05..a43ab5e 100644
--- a/PCbuild/_testcapi.vcxproj.filters
+++ b/PCbuild/_testcapi.vcxproj.filters
@@ -15,6 +15,9 @@
<ClCompile Include="..\Modules\_testcapi\vectorcall.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_testcapi\heaptype.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">