Commit 71e141e
authored
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.1 parent 46a2c11 commit 71e141e
1 file changed
Lines changed: 4 additions & 3 deletions
| 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