diff options
author | Petr Viktorin <encukou@gmail.com> | 2022-08-01 13:04:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 13:04:14 (GMT) |
commit | 664e96a98fcc7572d4b049b70b74cdd63bd736c6 (patch) | |
tree | 30d3088575ffab18ae16d8cc8efeee0d81883f33 /Modules/Setup.stdlib.in | |
parent | bc7c7cd18a4ae015449f95454a762a7276585bb8 (diff) | |
download | cpython-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 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 09eca9f..c5dc1e8 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -169,7 +169,7 @@ @MODULE__XXTESTFUZZ_TRUE@_xxtestfuzz _xxtestfuzz/_xxtestfuzz.c _xxtestfuzz/fuzzer.c @MODULE__TESTBUFFER_TRUE@_testbuffer _testbuffer.c @MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c -@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c +@MODULE__TESTCAPI_TRUE@_testcapi _testcapimodule.c _testcapi/vectorcall.c _testcapi/heaptype.c # Some testing modules MUST be built as shared libraries. *shared* |