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 lys.nikolaou, pablogsal
Date 2020-10-25.21:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603660368.68.0.229518198294.issue42150@roundup.psfhosted.org>
In-reply-to
Content
The problem seems to be that when we do

const char *cur = strchr(p->tok->buf, '\n');
...

*(cur - 1) == '\\'

we don't check if "cur" is before at p->tok->buf (and therefore we cannot check the previous char)
History
Date User Action Args
2020-10-25 21:12:48pablogsalsetrecipients: + pablogsal, lys.nikolaou
2020-10-25 21:12:48pablogsalsetmessageid: <1603660368.68.0.229518198294.issue42150@roundup.psfhosted.org>
2020-10-25 21:12:48pablogsallinkissue42150 messages
2020-10-25 21:12:48pablogsalcreate