cpython/Doc/data
da-woods 58beae7319
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.
2026-06-03 15:20:35 +02:00
..
refcounts.dat gh-148829: Make sentinels' repr and module customizable (#149654) 2026-05-19 09:18:56 -07:00
stable_abi.dat Correct Stable ABI documentation for METH_FASTCALL (GH-149593) 2026-06-03 15:20:35 +02:00
threadsafety.dat gh-142518: add thread safety docs for set C-APIs (#146562) 2026-04-10 19:33:24 +00:00