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 jfine2358
Recipients jfine2358, lys.nikolaou, pablogsal
Date 2022-03-07.12:37:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646656671.65.0.509660422925.issue46910@roundup.psfhosted.org>
In-reply-to
Content
My main concern is that the door not be closed on improving the user experience relating to this behaviour of the compiler.

This issue was raised as a bug for the compiler (which is C-coded). I'd be very happy for this issue to be closed as 'not a bug' for the compiler, provided the door is left open for Python-coded improvements for the user experience. 

I suggest that the issue title be changed to: The two-pass compile(bad_src, ...) sometimes does not report first error in bad_src

These two changes to the details of closure would be sufficient to meet my concern. I hope they can be accepted.

By the way, I see these improvements being done as a third-party pure-Python module outside Python's Standard Library, at least until they've reached a wide measure of community acceptance.
History
Date User Action Args
2022-03-07 12:37:51jfine2358setrecipients: + jfine2358, lys.nikolaou, pablogsal
2022-03-07 12:37:51jfine2358setmessageid: <1646656671.65.0.509660422925.issue46910@roundup.psfhosted.org>
2022-03-07 12:37:51jfine2358linkissue46910 messages
2022-03-07 12:37:51jfine2358create