Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#93)
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 Feb 3, 2024
1 parent da04538 commit dca974d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,12 @@
ifdef=None,
abi_only=True,
),
Symbol(name="PyList_GetItemRef"): Function(
symbol=Symbol(name="PyList_GetItemRef"),
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 Expand Up @@ -5623,6 +5629,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyExc_IncompleteInputError"): Data(
symbol=Symbol(name="PyExc_IncompleteInputError"),
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 @@
180b6f0d9f17d99d1fca684b6bdb2417d1a22c52ca75147be7c1360e0dc309f5
be45dd39d59a7a09529c974b6b1549403d9075eff41518a51c9558b95ab4d7c3
4 changes: 4 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2485,3 +2485,7 @@
[function._Py_SetRefcnt]
added = '3.13'
abi_only = true
[data.PyExc_IncompleteInputError]
added = '3.13'
[function.PyList_GetItemRef]
added = '3.13'

0 comments on commit dca974d

Please sign in to comment.