/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.11.15
Include/README.rst
12 строк
344 B
Petr Viktorin
bpo-43795: PEP 652 user documentation (GH-25668)
11 май 2021, 17:04
Не верифицирован
11 май 2021, 17:04
b05955d
Код
Авторство
О чём код?
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/