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
| Nov | DEC | Jan |
| 19 | ||
| 2021 | 2022 | 2023 |

* Don't attempt to specialize for LOAD_ATTR on instance if class has attribute * Improvement to LOAD_ATTR and STORE_ATTR specialization stats.
289c112
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