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
| Apr | MAY | Jun |
| 17 | ||
| 2021 | 2022 | 2023 |

Add assertions on the index argument of PyUnicode_READ(), PyUnicode_READ_CHAR() and PyUnicode_WRITE() functions.
1305832
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