Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#102)
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 Mar 26, 2024
1 parent 86267a8 commit c9d71b4
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 @@ -4626,6 +4626,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyType_GetModuleByDef"): Function(
symbol=Symbol(name="PyType_GetModuleByDef"),
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 @@
0d6ac46a01f2a033ebb73eb0c85aebed05e5c1f9a4c296e2d89c5d60aa99884b
23c5e6542de2a82caec7d06bd36ba66f9182e83367a0d4166fadc4431a54f6cd
2 changes: 2 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2504,3 +2504,5 @@
added = '3.13'
[function.Py_GetConstantBorrowed]
added = '3.13'
[function.PyType_GetModuleByDef]
added = '3.13'

0 comments on commit c9d71b4

Please sign in to comment.