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 lys.nikolaou
Recipients gvanrossum, lys.nikolaou, pablogsal, xxm
Date 2021-02-05.23:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612566684.93.0.8227914633.issue42918@roundup.psfhosted.org>
In-reply-to
Content
Thanks a lot for the report, Xinmeng! This is a bug in how we're checking for bad single statements in bad_single_statement and it's not trivial to fix due to the string shenanigans we're doing there in newline_in_string, which does not account for many edge cases. I'll try to dig a bit deeper during the weekend.
History
Date User Action Args
2021-02-05 23:11:24lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, pablogsal, xxm
2021-02-05 23:11:24lys.nikolaousetmessageid: <1612566684.93.0.8227914633.issue42918@roundup.psfhosted.org>
2021-02-05 23:11:24lys.nikolaoulinkissue42918 messages
2021-02-05 23:11:24lys.nikolaoucreate