/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.10.20
Include/README.rst
12 строк
344 B
Miss Islington (bot)
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
14 май 2021, 08:29
Не верифицирован
14 май 2021, 08:29
3739371
Код
Авторство
О чём код?
The Python C API ================ The C API is divided into three sections: 1. ``Include/``: Limited API 2. ``Include/cpython/``: CPython implementation details 3. ``Include/internal/``: The internal API Information on changing the C API is available `in the developer guide`_ .. _in the developer guide: https://devguide.python.org/c-api/