[New-bugs-announce] [issue43410] Parser does not handle correctly some errors when parsin from stdin

Pablo Galindo Salgado report at bugs.python.org
Fri Mar 5 12:22:35 EST 2021


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

The parser crashes when there are some syntax errors from stdin:

> echo "(1+34"  | ./python.exe -
[1]    54046 done                echo "(1+34" |
       54047 segmentation fault  ./python.exe -

----------
components: Interpreter Core
messages: 388157
nosy: lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: Parser does not handle correctly some errors when parsin from stdin
versions: Python 3.10

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


More information about the New-bugs-announce mailing list