Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: woodruffw <[email protected]>
  • Loading branch information
github-actions[bot] and woodruffw authored Jun 25, 2024
1 parent 7c80157 commit c64b48b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5692,12 +5692,6 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyExc_IncompleteInputError", visibility=None): Data(
symbol=Symbol(name="PyExc_IncompleteInputError", visibility=None),
added=PyVersion(major=3, minor=13),
ifdef=None,
abi_only=False,
),
}
_TYPEDEFS: Final[dict[str, Typedef]] = {
"Py_uintptr_t": Typedef(name="Py_uintptr_t", 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 @@
8c003956321ff3ee1efbf5416b9c75292a24eab7dff9c4482738d4e97ef9558c
51c895f046293abab8865b26c5d35a69383f58d6123028e1440f55df357d1544
2 changes: 0 additions & 2 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2480,8 +2480,6 @@
[function._Py_SetRefcnt]
added = '3.13'
abi_only = true
[data.PyExc_IncompleteInputError]
added = '3.13'
[function.PyList_GetItemRef]
added = '3.13'
[typedef.PyCFunctionFast]
Expand Down

0 comments on commit c64b48b

Please sign in to comment.