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

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
2026-06-04 11:49:37 +02:00
..
python3.14.abi [3.14] gh-145235: Make dict watcher API thread-safe for free-threaded builds (gh-145233) (#149691) 2026-05-12 13:21:31 -04:00
refcounts.dat [3.14] Document that PyType_GetModule returns a borrowed ref (GH-145612) (GH-145682) 2026-03-10 10:06:08 +01:00
stable_abi.dat [3.14] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150852) 2026-06-04 11:49:37 +02:00
threadsafety.dat [3.14] gh-142518: add thread safety docs for dict and set APIs (#148392) 2026-04-11 21:52:38 +05:30