diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-30 14:02:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 14:02:48 (GMT) |
commit | 2928e5dc6512e4206c616cd33e0bcc3288abf6ed (patch) | |
tree | 5af868ae8670b13a211d8739f1c6b05393dda68e /Misc/NEWS.d/next | |
parent | e012cf771b8d4f114bd8dbdabf10d1584764541d (diff) | |
download | cpython-2928e5dc6512e4206c616cd33e0bcc3288abf6ed.zip cpython-2928e5dc6512e4206c616cd33e0bcc3288abf6ed.tar.gz cpython-2928e5dc6512e4206c616cd33e0bcc3288abf6ed.tar.bz2 |
gh-108494: Argument Clinic: Document how to generate code that uses the limited C API (#108584)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2023-08-25-22-40-12.gh-issue-108494.4RbDdu.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2023-08-25-22-40-12.gh-issue-108494.4RbDdu.rst b/Misc/NEWS.d/next/Tools-Demos/2023-08-25-22-40-12.gh-issue-108494.4RbDdu.rst index 2d61152..b96da7c 100644 --- a/Misc/NEWS.d/next/Tools-Demos/2023-08-25-22-40-12.gh-issue-108494.4RbDdu.rst +++ b/Misc/NEWS.d/next/Tools-Demos/2023-08-25-22-40-12.gh-issue-108494.4RbDdu.rst @@ -1,2 +1,3 @@ :ref:`Argument Clinic <howto-clinic>` now has a partial support of the -:ref:`Limited API <limited-c-api>`. Patch by Victor Stinner. +:ref:`Limited API <limited-c-api>`: see :ref:`clinic-howto-limited-capi`. +Patch by Victor Stinner. |