summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a1.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 08:40:32 (GMT)
committerGitHub <noreply@github.com>2023-06-06 08:40:32 (GMT)
commitbae415ad02c79cf3a2eec4aa6969221a12e6716f (patch)
treecd81929f1c58898b7a052d1480a60520a23942b9 /Misc/NEWS.d/3.11.0a1.rst
parent00d73caf804c0474980e471347d6385757af975f (diff)
downloadcpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.zip
cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.gz
cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.bz2
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
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index ea96206..2f40252 100644
--- a/Misc/NEWS.d/3.11.0a1.rst
+++ b/Misc/NEWS.d/3.11.0a1.rst
@@ -4980,7 +4980,7 @@ Removed documentation for the removed ``PyParser_*`` C API.
.. nonce: fy0AXK
.. section: C API
-The list in :ref:`stable-abi-list` now shows the public name
+The list in :ref:`limited-api-list` now shows the public name
:c:struct:`PyFrameObject` rather than ``_frame``. The non-existing entry
``_node`` no longer appears in the list.