]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
authorPetr Viktorin <encukou@gmail.com>
Wed, 14 Jan 2026 09:54:45 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jan 2026 09:54:45 +0000 (10:54 +0100)
commit7e8a1b5061313e03f99bc2ffa2062702bcc76426
treee413f145a3c90d2b62f4aee7a8812038e536cf27
parent1857a40807daeae3a1bf5efb682de9c9ae6df845
gh-141004: Document old provisional names for vectorcall/code API (GH-143568)

gh-141004: Document old provisional names for vectorcall & code API

For vectorcall API, the underscore-prefixed provisional names
continue to be available per PEP 590:
https://peps.python.org/pep-0590/#finalizing-the-api
Use `versionadded`, `versionchanged`, and `:no-typesetting:`
to mark this up.

For PyCode API, use `:no-typesetting:` rather than `index::` so that
these are semantically documented as C functions.
Doc/c-api/call.rst
Doc/c-api/code.rst
Doc/c-api/typeobj.rst