1The Python C API 2================ 3 4The C API is divided into three sections: 5 61. ``Include/``: Limited API 72. ``Include/cpython/``: CPython implementation details 83. ``Include/internal/``: The internal API 9 10Information on changing the C API is available `in the developer guide`_ 11 12.. _in the developer guide: https://devguide.python.org/c-api/ 13