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 eric.smith
Recipients Delengowski, eric.smith, lys.nikolaou, pablogsal
Date 2022-01-05.13:23:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641389009.23.0.781843916896.issue46260@roundup.psfhosted.org>
In-reply-to
Content
No trouble. I'm glad to know it wasn't actually the same error as plain "foo)" (although the error message is the same). That would have concerned me.

Changing the code so that it doesn't error out on the first problem it sees, but keeps looking for a different type of error and then maybe backtracks or re-parses would be a lot of work, and I think we'd just end up with a different class of errors.

I'm going to close this. Maybe when/if we move f-strings to the real parser we can look at this issue again.
History
Date User Action Args
2022-01-05 13:23:29eric.smithsetrecipients: + eric.smith, lys.nikolaou, pablogsal, Delengowski
2022-01-05 13:23:29eric.smithsetmessageid: <1641389009.23.0.781843916896.issue46260@roundup.psfhosted.org>
2022-01-05 13:23:29eric.smithlinkissue46260 messages
2022-01-05 13:23:29eric.smithcreate