From c9d71b4c6a34d97c4d8a68729ee3e36b4e3dc14b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:01:12 -0400 Subject: [PATCH] [BOT] update stable_abi.toml (#102) Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com> --- abi3info/_internal.py | 6 ++++++ codegen/stable_abi.sha256 | 2 +- codegen/stable_abi.toml | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/abi3info/_internal.py b/abi3info/_internal.py index 57679e3..65d09e6 100644 --- a/abi3info/_internal.py +++ b/abi3info/_internal.py @@ -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)), diff --git a/codegen/stable_abi.sha256 b/codegen/stable_abi.sha256 index 4d1a5dd..7dd9a07 100644 --- a/codegen/stable_abi.sha256 +++ b/codegen/stable_abi.sha256 @@ -1 +1 @@ -0d6ac46a01f2a033ebb73eb0c85aebed05e5c1f9a4c296e2d89c5d60aa99884b \ No newline at end of file +23c5e6542de2a82caec7d06bd36ba66f9182e83367a0d4166fadc4431a54f6cd \ No newline at end of file diff --git a/codegen/stable_abi.toml b/codegen/stable_abi.toml index 6d6e484..14dda7d 100644 --- a/codegen/stable_abi.toml +++ b/codegen/stable_abi.toml @@ -2504,3 +2504,5 @@ added = '3.13' [function.Py_GetConstantBorrowed] added = '3.13' +[function.PyType_GetModuleByDef] + added = '3.13'