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
This commit is contained in:
Petr Viktorin 2022-08-01 15:04:14 +02:00 committed by GitHub
parent bc7c7cd18a
commit 664e96a98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 993 additions and 970 deletions

View file

@ -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" />

View file

@ -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">