]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150853)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Jun 2026 09:50:39 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2026 09:50:39 +0000 (11:50 +0200)
commit5a83d1bb7f6a2cc867c64e543dd78d76833cddb5
tree8fffdb1e8375497aab99051a3955ede6b0e6a689
parent0ad93968feecb9d717b2d76cc01a665ea8870a52
[3.15] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150853)

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