• Home
Name Date Size #Lines LOC

..--

clinic/04-Jul-2025-7664

README.txtD04-Jul-2025281 54

parts.hD04-Jul-2025471 1912

pytime.cD04-Jul-20256.4 KiB262240

set.cD04-Jul-20251.4 KiB6455

test_critical_sections.cD04-Jul-20258.2 KiB303238

test_lock.cD04-Jul-202513.4 KiB524395

README.txt

1Tests in this directory are compiled into the _testinternalcapi extension.
2The main file for the extension is Modules/_testinternalcapimodule.c, which
3calls `_PyTestInternalCapi_Init_*` from these functions.
4
5See Modules/_testcapi/README.txt for guideline when writing C test code.