mirror of
https://github.com/python/cpython.git
synced 2026-06-28 05:41:58 -04:00
e2e9cea769
GH-149501: Fix compilation warning in `_YIELD_VALUE` uop (GH-149502)
(cherry picked from commit 1a79fd0ad6)
Co-authored-by: Sergey Miryanov <sergey.miryanov@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.