New submission from pablo sacristan:

There is an integer overflow because python doesn't check the length correctly 
on arithmetic operations:
0xFFFFFFFFFFFFFFF**10000000000**80000000000000000

Just that line will freeze python, no oveflow message appears, no memory error, 
and python basically crashes because it just stops working.
Hope it helps ;)

----------
messages: 270704
nosy: pabstersac
priority: normal
severity: normal
status: open
title: Integer Overflow Crash On Arithmetic Operations
versions: Python 3.5, Python 3.6

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

Reply via email to