Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOT] update stable_abi.toml #126

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions abi3info/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,12 @@
ifdef=None,
abi_only=False,
),
Symbol(name="PyType_Freeze", visibility=None): Function(
symbol=Symbol(name="PyType_Freeze", 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 @@
21b89b02d10f7c086080abeedb39abc24c193c9e867a7b0db20dfd6661437370
beead258e06cd9a243595489a291c0d9158d43037830420ea4db1a1db9a52033
2 changes: 2 additions & 0 deletions codegen/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2538,3 +2538,5 @@
added = '3.14'
[function.PyUnicode_Equal]
added = '3.14'
[function.PyType_Freeze]
added = '3.14'