Mark Dickinson <dicki...@gmail.com> added the comment: Looks like I accidentally truncated that traceback. Here's the full version:
Python 2.7a2+ (trunk:78008M, Feb 5 2010, 23:39:39) [GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> '%0.116x' % 1 '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' [34971 refs] >>> '%0.117x' % 1 Traceback (most recent call last): File "<stdin>", line 1, in <module> OverflowError: formatted integer is too long (precision too large?) [35003 refs] ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7873> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com