README.rst 344 B

12345678910111213
  1. The Python C API
  2. ================
  3. The C API is divided into three sections:
  4. 1. ``Include/``: Limited API
  5. 2. ``Include/cpython/``: CPython implementation details
  6. 3. ``Include/internal/``: The internal API
  7. Information on changing the C API is available `in the developer guide`_
  8. .. _in the developer guide: https://devguide.python.org/c-api/