Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#114)
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 Aug 8, 2024
1 parent 18e635d commit 8cc2a2b
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 @@ -4665,6 +4665,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyIter_NextItem", visibility=None): Function(
symbol=Symbol(name="PyIter_NextItem", 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
2 changes: 1 addition & 1 deletion codegen/stable_abi.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51c895f046293abab8865b26c5d35a69383f58d6123028e1440f55df357d1544
139e40d95473a05804fcdff7403c1b199c68ca20def8a6b9269b5834bedf22e1
2 changes: 2 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2508,3 +2508,5 @@

[function.Py_TYPE]
added = '3.14'
[function.PyIter_NextItem]
added = '3.14'

0 comments on commit 8cc2a2b

Please sign in to comment.