cpython/Modules/_testcapi
2022-08-04 16:13:45 +02:00
..
heaptype.c gh-95388: Deprecate creating immutable types with mutable bases (GH-95533) 2022-08-04 16:13:45 +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.