mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
3bfb7da3d7
The mutex may have the `_Py_HAS_PARKED` bit set.
(cherry picked from commit 17ac3933c3)
Co-authored-by: Sam Gross <colesbury@gmail.com>
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.