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 gvanrossum
Recipients elmanto, gvanrossum, lys.nikolaou, pablogsal
Date 2021-06-11.15:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623426242.85.0.455550359451.issue44396@roundup.psfhosted.org>
In-reply-to
Content
Lysandros and Pablo, this *only* occurs when the lexer is reading directly from a file, not when it's reading the same source code from a (bytes) string. All examples are syntax errors (some raise ValueError in the parser).
History
Date User Action Args
2021-06-11 15:44:02gvanrossumsetrecipients: + gvanrossum, lys.nikolaou, pablogsal, elmanto
2021-06-11 15:44:02gvanrossumsetmessageid: <1623426242.85.0.455550359451.issue44396@roundup.psfhosted.org>
2021-06-11 15:44:02gvanrossumlinkissue44396 messages
2021-06-11 15:44:02gvanrossumcreate