]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct Stable ABI documentation for METH_FASTCALL (GH-149593)
authorda-woods <dw-git@d-woods.co.uk>
Wed, 3 Jun 2026 13:20:35 +0000 (14:20 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 13:20:35 +0000 (15:20 +0200)
commit58beae7319c58d850184d621d6635de23f71a229
tree06c31826583a9e58279429ac4b316a85497f79c6
parentdeb33ecba34c5c113626d9cd89e51d8708afc0c7
Correct Stable ABI documentation for METH_FASTCALL (GH-149593)

* Correct Stable ABI documentation for METH_FASTCALL

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.
Doc/data/stable_abi.dat
Misc/stable_abi.toml