mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
that is outside the integer range no longer raises OverflowError, but returns a long object instead. This fixes SF bug http://www.python.org/sf/635115