New submission from pablo sacristan: There is an integer overflow because python doesn't check the length correctly on print() statements: print(0xFFFFFFFFFFFFFFF**10000000000**80000000000000000) That will overflow and python would stop working, so it would be as good as crashed :) Hope it helps ;)
---------- messages: 270705 nosy: pabstersac priority: normal severity: normal status: open title: Integer Overflow On print() versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27551> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com