This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Arfrever, Trundle, benjamin.peterson, eric.snow, georg.brandl, iritkatriel, loewis, marienz, ncoghlan, orsenthil, pitrou, r.david.murray, terry.reedy
Date 2021-07-02.23:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625267459.01.0.540582676292.issue11343@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-07-02 23:10:59iritkatrielsetrecipients: + iritkatriel, loewis, georg.brandl, terry.reedy, ncoghlan, orsenthil, marienz, pitrou, benjamin.peterson, Arfrever, r.david.murray, Trundle, eric.snow
2021-07-02 23:10:59iritkatrielsetmessageid: <1625267459.01.0.540582676292.issue11343@roundup.psfhosted.org>
2021-07-02 23:10:59iritkatriellinkissue11343 messages
2021-07-02 23:10:58iritkatrielcreate