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 pablogsal
Recipients Arfrever, Trundle, aroberge, benjamin.peterson, eric.snow, georg.brandl, iritkatriel, loewis, marienz, ncoghlan, orsenthil, pablogsal, pitrou, r.david.murray, terry.reedy
Date 2021-07-08.16:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625762817.72.0.671493021815.issue11343@roundup.psfhosted.org>
In-reply-to
Content
Regarding what to do, what I would love to optimize is that the message is clear. One of the challenges people may have with too specific messages is that they may not know what "a compiler" or "a parser" means (the first may be especially confusing since many people think Python is not "compiled".

On the other hand, is more informative to say "too many nested parentheses" than "parser stack overflow" since many people don't know what that means, especially in Python.

I
History
Date User Action Args
2021-07-08 16:46:57pablogsalsetrecipients: + pablogsal, loewis, georg.brandl, terry.reedy, ncoghlan, orsenthil, marienz, pitrou, benjamin.peterson, aroberge, Arfrever, r.david.murray, Trundle, eric.snow, iritkatriel
2021-07-08 16:46:57pablogsalsetmessageid: <1625762817.72.0.671493021815.issue11343@roundup.psfhosted.org>
2021-07-08 16:46:57pablogsallinkissue11343 messages
2021-07-08 16:46:57pablogsalcreate