New submission from Pablo Galindo Salgado <pablog...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to