New submission from pablo sacristan:

There is an integer overflow in bin() because python incorrectly checks the 
length of the input in bin().
bin(0xFFFFFFFFFFFFFFF+100000**8000000000)
That line will freeze python until you restart it, which basically is a crash 
because python stops working completely.
Hope it helps ;)

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to