Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 25, 2023
1 parent 2b7141e commit d8ff340
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4503,6 +4503,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyLong_AsInt"): Function(
symbol=Symbol(name="PyLong_AsInt"),
added=PyVersion(major=3, minor=13),
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
2 changes: 1 addition & 1 deletion codegen/stable_abi.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e5a8e56380362a5dbdfcc91dd023d792df4824fdee30e30db6b9e85515e5f21d
f49117e391738abfa4a9019e3384ec87a180a4c6e380c94bf029fdd994ee5cdc
2 changes: 2 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2450,3 +2450,5 @@
added = '3.13'
[function.PyDict_GetItemStringRef]
added = '3.13'
[function.PyLong_AsInt]
added = '3.13'

0 comments on commit d8ff340

Please sign in to comment.