[issue44201] REPL requests another line despite syntax error

Pablo Galindo Salgado report at bugs.python.org
Fri May 21 08:16:57 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I will try to see if we can do something about this but the only thing I can think of is removing the lookaheads in the invalid comparison rules but then we need to solve the false positives (like keyword arguments) and that's going to be very hard to do without lookaheads

----------

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


More information about the Python-bugs-list mailing list