mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -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