Commit 5508a20
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.
(cherry picked from commit 58beae7)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>1 parent 21a4ac7 commit 5508a20
2 files changed
Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
1817 | 1816 | | |
1818 | 1817 | | |
1819 | 1818 | | |
| |||
2149 | 2148 | | |
2150 | 2149 | | |
2151 | 2150 | | |
2152 | | - | |
2153 | | - | |
2154 | 2151 | | |
2155 | 2152 | | |
2156 | 2153 | | |
| |||
2300 | 2297 | | |
2301 | 2298 | | |
2302 | 2299 | | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
2303 | 2304 | | |
2304 | 2305 | | |
2305 | 2306 | | |
| |||
0 commit comments