Skip to content

Commit

Permalink
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
Browse files Browse the repository at this point in the history
This removes the unused negative_dictoffset function:
the type this function would create is available as
    _testcapi.HeapCTypeWithNegativeDict
  • Loading branch information
encukou authored Aug 1, 2022
1 parent bc7c7cd commit 664e96a
Show file tree
Hide file tree
Showing 6 changed files with 993 additions and 970 deletions.
2 changes: 1 addition & 1 deletion Modules/Setup.stdlib.in
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
Loading

1 comment on commit 664e96a

@encukou
Copy link
Member Author

@encukou encukou commented on 664e96a Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The buildbot failure is almost certainly unrelated.
I reported it in #82272 (comment)

Please sign in to comment.