mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -04:00
f171540ab8
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