abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Also recast OverflowError. #281

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

Also recast OverflowError.

An OverflowError can happen when converting an integer. Typically: "OverflowError: too many digits in integer"

Without the recast, the error message is not very helpful as it doesn't identify flag nor the invalid value.