Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/data/stable_abi.dat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,6 @@
[const.METH_COEXIST]
added = '3.2'
# METH_STACKLESS is undocumented
# METH_FASTCALL is not part of limited API.

# The following are defined in private headers, but historically
# they were exported as part of the stable ABI.
Expand Down Expand Up @@ -2149,8 +2148,6 @@

# New method flags in 3.7 (PEP 590):

[const.METH_FASTCALL]
added = '3.7'
[const.METH_METHOD]
added = '3.7'

Expand Down Expand Up @@ -2300,6 +2297,10 @@
[data.PyStructSequence_UnnamedField]
added = '3.11'

# Added in 3.7 but in the Stable ABI from 3.10
[const.METH_FASTCALL]
added = '3.10'

# Add stable Py_buffer API in Python 3.11 (https://bugs.python.org/issue45459)
[struct.Py_buffer]
added = '3.11'
Expand Down
Loading