mirror of https://github.com/python/cpython
cd9a56c2b0
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> |
||
---|---|---|
.. | ||
clinic | ||
README.txt | ||
code.c | ||
datetime.c | ||
docstring.c | ||
exceptions.c | ||
float.c | ||
getargs.c | ||
heaptype.c | ||
heaptype_relative.c | ||
immortal.c | ||
long.c | ||
mem.c | ||
parts.h | ||
pyos.c | ||
pytime.c | ||
structmember.c | ||
testcapi_long.h | ||
unicode.c | ||
vectorcall.c | ||
vectorcall_limited.c | ||
watchers.c |
README.txt
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.