mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

- Reformat the C API and ABI Versioning page (and extend/clarify a bit)
- Rewrite the stable ABI docs into a general text on C API Compatibility
- Add a list of Limited API contents, and notes for the individual items.
- Replace `Include/README.rst` with a link to a devguide page with the same info
(cherry picked from commit b05955d6f5
)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
12 lines
344 B
ReStructuredText
12 lines
344 B
ReStructuredText
The Python C API
|
|
================
|
|
|
|
The C API is divided into three sections:
|
|
|
|
1. ``Include/``: Limited API
|
|
2. ``Include/cpython/``: CPython implementation details
|
|
3. ``Include/internal/``: The internal API
|
|
|
|
Information on changing the C API is available `in the developer guide`_
|
|
|
|
.. _in the developer guide: https://devguide.python.org/c-api/
|