New submission from pablo sacristan: There is an integer overflow on hex() because python incorrectly checks the length of the value to return overflow message if it were too big. hex(0xFFFFFFFFFFFFFFF+100000**8000000000) That line will freeze python until you restart it, which is the same thing as crashing python. Hope it helps ;)
---------- messages: 270710 nosy: pabstersac priority: normal severity: normal status: open title: Integer overflow on hex() _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27556> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com