diff --git a/abi3info/_internal.py b/abi3info/_internal.py index ea86448..66c4336 100644 --- a/abi3info/_internal.py +++ b/abi3info/_internal.py @@ -5692,12 +5692,6 @@ ifdef=None, abi_only=False, ), - Symbol(name="PyExc_IncompleteInputError", visibility=None): Data( - symbol=Symbol(name="PyExc_IncompleteInputError", visibility=None), - added=PyVersion(major=3, minor=13), - ifdef=None, - abi_only=False, - ), } _TYPEDEFS: Final[dict[str, Typedef]] = { "Py_uintptr_t": Typedef(name="Py_uintptr_t", added=PyVersion(major=3, minor=2)), diff --git a/codegen/stable_abi.sha256 b/codegen/stable_abi.sha256 index a569e39..298c03d 100644 --- a/codegen/stable_abi.sha256 +++ b/codegen/stable_abi.sha256 @@ -1 +1 @@ -8c003956321ff3ee1efbf5416b9c75292a24eab7dff9c4482738d4e97ef9558c \ No newline at end of file +51c895f046293abab8865b26c5d35a69383f58d6123028e1440f55df357d1544 \ No newline at end of file diff --git a/codegen/stable_abi.toml b/codegen/stable_abi.toml index 305978f..7301219 100644 --- a/codegen/stable_abi.toml +++ b/codegen/stable_abi.toml @@ -2480,8 +2480,6 @@ [function._Py_SetRefcnt] added = '3.13' abi_only = true -[data.PyExc_IncompleteInputError] - added = '3.13' [function.PyList_GetItemRef] added = '3.13' [typedef.PyCFunctionFast]