]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150852)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Jun 2026 09:49:37 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2026 09:49:37 +0000 (11:49 +0200)
commit6c6f04da63026d5948699b3603c90589c8dd5cd9
treee07bd70fd6ed4c0ff7e6ec9fad242923b5f2474d
parentcb2836b322f7e09683b243595e129ba8ac51b49b
[3.14] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150852)

The current documentation says:

>
> METH_FASTCALL
>    Part of the Stable ABI since version 3.7.
>
> [...]
>
>   Added in version 3.7.
>
>    Changed in version 3.10: METH_FASTCALL is now part of the stable ABI.

so is contradictory about when it was added to the Stable ABI.  Looking at the header it seems like 3.10 is right.
(cherry picked from commit 58beae7319c58d850184d621d6635de23f71a229)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Doc/data/stable_abi.dat
Misc/stable_abi.toml