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 jfine2358, lys.nikolaou, pablogsal
Date 2022-03-04.12:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646396904.96.0.740448885803.issue46910@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately that's not how the parser works. I insist, for the compiler to raise the propper error the parser needs to succeed first. That would require us to modify the input string in arbitrary ways (many times we don't know exactly what went wrong) and recompile an arbitrary number of times.

I'm very sorry, but I will leave this issue closed as "won't fix" as the complexity of this solution is too much for the given benefit.
History
Date User Action Args
2022-03-04 12:28:24pablogsalsetrecipients: + pablogsal, lys.nikolaou, jfine2358
2022-03-04 12:28:24pablogsalsetmessageid: <1646396904.96.0.740448885803.issue46910@roundup.psfhosted.org>
2022-03-04 12:28:24pablogsallinkissue46910 messages
2022-03-04 12:28:24pablogsalcreate