mirror of
https://github.com/python/cpython.git
synced 2026-06-04 02:26:37 -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