Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and woodruffw authored Sep 18, 2024
1 parent 882cdbb commit c21ff54
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4719,6 +4719,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyType_GetBaseByToken", visibility=None): Function(
symbol=Symbol(name="PyType_GetBaseByToken", visibility=None),
added=PyVersion(major=3, minor=14),
ifdef=None,
abi_only=False,
),
}
_MACROS: Final[dict[str, Macro]] = {
"Py_tp_dealloc": Macro(name="Py_tp_dealloc", added=PyVersion(major=3, minor=2)),
Expand Down Expand Up @@ -4874,6 +4880,8 @@
name="Py_TPFLAGS_ITEMS_AT_END", added=PyVersion(major=3, minor=12)
),
"Py_tp_vectorcall": Macro(name="Py_tp_vectorcall", added=PyVersion(major=3, minor=14)),
"Py_tp_token": Macro(name="Py_tp_token", added=PyVersion(major=3, minor=14)),
"Py_TP_USE_SPEC": Macro(name="Py_TP_USE_SPEC", added=PyVersion(major=3, minor=14)),
"Py_BEGIN_ALLOW_THREADS": Macro(
name="Py_BEGIN_ALLOW_THREADS", added=PyVersion(major=3, minor=2)
),
Expand Down
2 changes: 1 addition & 1 deletion codegen/stable_abi.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
791f581a8f9da224f9cec44010ecf797c5812ea95834c619c92391ae1c779db2
ef8357901d2dc2bcf512fa1fa09bbc6c72949aa0ea1fc3512ea43e88913998cd
8 changes: 7 additions & 1 deletion codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2527,4 +2527,10 @@
[function.PyLong_AsUInt64]
added = '3.14'
[const.Py_tp_vectorcall]
added = '3.14'
added = '3.14'
[function.PyType_GetBaseByToken]
added = '3.14'
[const.Py_tp_token]
added = '3.14'
[const.Py_TP_USE_SPEC]
added = '3.14'

0 comments on commit c21ff54

Please sign in to comment.