Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 14, 2024
1 parent ed99008 commit 29a775c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4873,6 +4873,7 @@
"Py_TPFLAGS_ITEMS_AT_END": Macro(
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_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 @@
936593d5b3ef90cd0811374ab850c83d6b147ce798351e2db0561edcf8826de6
791f581a8f9da224f9cec44010ecf797c5812ea95834c619c92391ae1c779db2
2 changes: 2 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2526,3 +2526,5 @@
added = '3.14'
[function.PyLong_AsUInt64]
added = '3.14'
[const.Py_tp_vectorcall]
added = '3.14'

0 comments on commit 29a775c

Please sign in to comment.