mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
17ac3933c3
The mutex may have the `_Py_HAS_PARKED` bit set.
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.