The C API is divided into these sections:
Include/
: Limited APIInclude/cpython/
: CPython implementation detailsInclude/cpython/
, names with thePyUnstable_
prefix: API that can change between minor releasesInclude/internal/
, and any name with_
prefix: The internal API
Information on changing the C API is available in the developer guide