/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Modules/_testinternalcapi/README.txt
5 строк
281 B
Sam Gross
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
02 сен 2023, 03:46
Не верифицирован
02 сен 2023, 03:46
aa52888
Код
Авторство
О чём код?
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.