The Python C API
The C API is divided into three sections:
Include/
: Limited APIInclude/cpython/
: CPython implementation detailsInclude/internal/
: The internal API
Information on changing the C API is available in the developer guide
Sync up co_code changes with 3.11 commit 852b4d4.
50a5ab2
The C API is divided into three sections:
Include/
: Limited APIInclude/cpython/
: CPython implementation detailsInclude/internal/
: The internal APIInformation on changing the C API is available in the developer guide