[issue11343] Make errors due to full parser stack identifiable

Irit Katriel report at bugs.python.org
Fri Jul 2 19:10:59 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

The patch relates to the old parser. 

With the new parser the 100*(+100*) example works. If we go to 1000 instead of 100 we get "SyntaxError: too many nested parentheses".

>From the discussion it seems that the idea of a new exception type for implementation-limits vs "real" SyntaxErrors was rejected as not useful.

Is there anything left to do on this issue?

----------
nosy: +iritkatriel

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


More information about the Python-bugs-list mailing list