mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Fix UBSan failures for `PyBaseExceptionObject`, `PyStopIterationObject`, `PySystemExitObject`, `PyImportErrorObject`, `PyOSErrorObject`, `PyNameErrorObject`, `PyAttributeErrorObject`, `PySyntaxErrorObject`, `KeyError`, `UnicodeError*`, `PyBaseExceptionGroupObject` Remove redundant casts Align the naming convention `Py[...]_CAST(op)` where only an assert-only type check is performed.
Source files for various builtin objects