[issue42609] Eval with too high string multiplication crashes newer Python versions

2020-12-09 Thread Erik Lamers


Change by Erik Lamers :


--
title: Eval with two high string multiplication crashes newer Python versions 
-> Eval with too high string multiplication crashes newer Python versions

___
Python tracker 
<https://bugs.python.org/issue42609>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42609] Eval with two high string multiplication crashes newer Python versions

2020-12-09 Thread Erik Lamers


Change by Erik Lamers :


--
versions: +Python 3.7, Python 3.8, Python 3.9

___
Python tracker 
<https://bugs.python.org/issue42609>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42609] Eval with two high string multiplication crashes newer Python versions

2020-12-09 Thread Erik Lamers


New submission from Erik Lamers :

For Python version 3.7 and above the following statement will end up in a 
segfault.

eval("1 + 100"*100)

Whereas Python versions 3.6 and below would tread this as a Recursion error.

--
components: Interpreter Core
messages: 382791
nosy: Erik-Lamers1
priority: normal
severity: normal
status: open
title: Eval with two high string multiplication crashes newer Python versions
type: crash
versions: Python 3.10

___
Python tracker 
<https://bugs.python.org/issue42609>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com