]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 May 2021 05:29:09 +0000 (22:29 -0700)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 05:29:09 +0000 (22:29 -0700)
commit373937182ee029c282bea58cdda57ab41990f404
tree750e05bc0deecbd20e592ead94b05baec0be48cb
parentea14a0749a4f19b29236fc0acc4b556d9243bc6f
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)

- 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 b05955d6f5f149523b5855a335444b7c6324bdb7)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/apiabiversion.rst
Doc/c-api/stable.rst
Doc/conf.py
Doc/data/stable_abi.dat
Doc/tools/extensions/c_annotations.py
Include/README.rst
Tools/scripts/stable_abi.py