]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141004: Document old provisional names for vectorcall/code API (GH-143568...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Jan 2026 10:01:54 +0000 (11:01 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jan 2026 10:01:54 +0000 (11:01 +0100)
commit5f7a49a77b8ade550b23f4395f1c71b012d58de1
tree1501f47c05bba5ab5d2bbba91da91cbe300c3276
parent77607753759fee7a5d2d39b4c98a04d59bc0efcc
[3.13] gh-141004: Document old provisional names for vectorcall/code API (GH-143568) (GH-143829)

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.
(cherry picked from commit 7e8a1b5061313e03f99bc2ffa2062702bcc76426)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/call.rst
Doc/c-api/code.rst
Doc/c-api/typeobj.rst