mirror of
https://github.com/python/cpython.git
synced 2026-05-27 14:53:25 -04:00
9d53457e59
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.