[issue27554] Integer Overflow On dir()

pablo sacristan report at bugs.python.org
Mon Jul 18 02:05:41 EDT 2016


New submission from pablo sacristan:

There is an integer overflow in dir():
dir(0xFFFFFFFFFFFFFFF+100000**8000000000)
That line will freeze python until you restart it, which makes it have the same effect as a crash.
Hope it helps ;)

----------
messages: 270708
nosy: pabstersac
priority: normal
severity: normal
status: open
title: Integer Overflow On dir()
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27554>
_______________________________________


More information about the Python-bugs-list mailing list