[issue46110] compile("-"*3000000 + "4", '', mode) causes hard crash

Terry J. Reedy report at bugs.python.org
Fri Dec 17 19:41:34 EST 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Windows, IDLE, 3.10.1: compile("-"*3000000 + "4", '', mode) crashes execution process for any of 'exec', 'eval', 'single'.

#42609 is also about 'too high' string multiplication with new compilet, though the exact breaking point in crash dumps seems different.

----------
nosy: +pablogsal, terry.reedy
title: `eval("-"*3000000 + "4")` in cmd causes hard crash -> compile("-"*3000000 + "4", '', mode) causes hard crash

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46110>
_______________________________________


More information about the Python-bugs-list mailing list