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
…-31318) * Don't deopt if refcounts are too big * Detect more at specialization time
cca43b7
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