Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46110>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to