In Python 2.3, the int callable can return a long. This breaks code
that depends on it to raise an OverflowError when presented with a number above sys.maxint. We work around it here.
Showing
Please register or sign in to comment
that depends on it to raise an OverflowError when presented with a number above sys.maxint. We work around it here.