Files
cpython/Modules/_testinternalcapi
Dino Viehland 20921922fa gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
Raise PyType_Modified for insertion into split dictionary - now with better locking discipline in free-threaded builds
2026-07-06 12:56:32 -07:00
..

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.