Mark Dickinson <dicki...@gmail.com> added the comment: For anyone who does care about this, it should be noted that the Fraction type has similar issues. The following comes from Python 2.7 on a 64-bit machine:
>>> int(Fraction(2**63-1)) 9223372036854775807L >>> int(2**63-1) 9223372036854775807 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5377> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com