[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/issu

[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 mailin

[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