New submission from Charles McMarrow :
`eval("-"*300 + "4")` in cmd causes hard crash
--
components: Parser
messages: 408753
nosy: charles.mcmarrow.4, lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: `eval("-"*300 +
New submission from Charles McMarrow :
This bug only happens for me in Windows 10 when using cmd.exe. This bug does
not happen IDLE. It sometimes happens in PowerShell.
I ran mp_hang.py
with
3.9.0 hangs on cmd/powershell
3.8.6 hangs on cmd
3.8.5 hangs on cmd/powershell
Microsoft Windows