cpython/Doc/data
Miss Islington (bot) 5a83d1bb7f
[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 58beae7319)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
2026-06-04 11:50:39 +02:00
..
python3.15.abi [3.15] gh-148829: Make sentinels' repr and module customizable (GH-149654) (#150092) 2026-05-22 07:44:34 -07:00
refcounts.dat [3.15] gh-148829: Make sentinels' repr and module customizable (GH-149654) (#150092) 2026-05-22 07:44:34 -07:00
stable_abi.dat [3.15] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150853) 2026-06-04 11:50:39 +02:00
threadsafety.dat gh-142518: add thread safety docs for set C-APIs (#146562) 2026-04-10 19:33:24 +00:00