cpython/Modules/_testcapi
Petr Viktorin 664e96a98f
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
2022-08-01 15:04:14 +02:00
..
heaptype.c gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) 2022-08-01 15:04:14 +02:00
parts.h gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) 2022-08-01 15:04:14 +02:00
README.txt
vectorcall.c

Tests in this directory are compiled into the _testcapi extension.
The main file for the extension is Modules/_testcapimodule.c, which
calls `_PyTestCapi_Init_*` from these functions.