mirror of
https://github.com/python/cpython.git
synced 2026-06-19 08:02:29 +00:00
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
|
||
|---|---|---|
| .. | ||
| python3.14.abi | ||
| refcounts.dat | ||
| stable_abi.dat | ||
| threadsafety.dat | ||