]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)
authorVictor Stinner <vstinner@python.org>
Tue, 6 Jun 2023 13:11:28 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 13:11:28 +0000 (13:11 +0000)
commit82ab13c49a77b0d73e6cd5c7ecfe0de1b1036819
tree399181df7bf91ba418faa7d419daf56accc5abc9
parent67b288f8be4989176ffab04c72794e5faf5797a5
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#105371)

* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)

* Add "limited-c-api" and "stable-api" references.
* Rename "stable-abi-list" reference to "limited-api-list".
* Makefile: Document files regenerated by "make regen-limited-abi"
* Remove first empty line in generated files:

  - Lib/test/test_stable_abi_ctypes.py
  - PC/python3dll.c

(cherry picked from commit bae415ad02c79cf3a2eec4aa6969221a12e6716f)

* gh-102304: Fix up Simple ABI doc (GH-105351)

(cherry picked from commit 0202aa002e06acef9aa55ace0d939103df19cadd)
16 files changed:
Doc/c-api/exceptions.rst
Doc/c-api/stable.rst
Doc/c-api/structures.rst
Doc/c-api/type.rst
Doc/c-api/typeobj.rst
Doc/c-api/unicode.rst
Doc/howto/isolating-extensions.rst
Doc/library/test.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/3.11.0a1.rst
Misc/NEWS.d/3.11.0a2.rst
Modules/_testcapi_feature_macros.inc
PC/python3dll.c
Tools/build/stable_abi.py