mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
7ea8927ec7
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