Skip to content

Commit

Permalink
[BOT] update stable_abi.toml (#136)
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 Jan 9, 2025
1 parent 5ef17e3 commit 8574da3
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 @@ -4743,6 +4743,18 @@
ifdef=None,
abi_only=False,
),
Symbol(name="Py_PACK_FULL_VERSION", visibility=None): Function(
symbol=Symbol(name="Py_PACK_FULL_VERSION", visibility=None),
added=PyVersion(major=3, minor=14),
ifdef=None,
abi_only=False,
),
Symbol(name="Py_PACK_VERSION", visibility=None): Function(
symbol=Symbol(name="Py_PACK_VERSION", 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 @@
beead258e06cd9a243595489a291c0d9158d43037830420ea4db1a1db9a52033
73488c68f8998f3e4f26facf3f90cd4de13591a5a63dab7b283bb4f41f8ed144
4 changes: 4 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2540,3 +2540,7 @@
added = '3.14'
[function.PyType_Freeze]
added = '3.14'
[function.Py_PACK_FULL_VERSION]
added = '3.14'
[function.Py_PACK_VERSION]
added = '3.14'

0 comments on commit 8574da3

Please sign in to comment.