ID EN
Built-in Exceptions

SystemError

Python 3.11

Raised when the interpreter finds an internal error, but the situation does not look so serious to cause it to abandon all hope. The associated value is a string indicating what went wrong (in low-level terms).

Syntax

PYTHON
exception SystemError