cpython/Modules/_testinternalcapi
2026-05-28 12:27:37 +01:00
..
clinic
complex.c
interpreter.c
parts.h
pytime.c
README.txt
set.c
test_cases.c.h gh-148871: make LOAD_COMMON_CONSTANT use immortal stackref borrows (GH-149625) 2026-05-28 12:27:37 +01:00
test_critical_sections.c
test_lock.c
test_targets.h
testbytecodes.c
tuple.c

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

See Modules/_testcapi/README.txt for guideline when writing C test code.