errors.fyi community error code reference
OverflowError
python

OverflowError

Raised when the result of an arithmetic operation is too large to be represented. This does not occur for integers (which can grow arbitrarily large), but can occur for float operations.

References

โ† all namespaces for OverflowError