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 BTaskaya, ammar2, gvanrossum, lys.nikolaou, pablogsal
Date 2021-08-11.15:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628694075.92.0.566310829651.issue44885@roundup.psfhosted.org>
In-reply-to
Content
The problem lies here:

https://github.com/python/cpython/blob/f66d00fdd7e9a333accc6bf0e37173051aaa55d0/Parser/string_parser.c#L374-L389

The problem is that the strstr call will fail because the string containing the expression doesn't have the formatting part in it, so the offsets never get corrected.
History
Date User Action Args
2021-08-11 15:01:15pablogsalsetrecipients: + pablogsal, gvanrossum, ammar2, lys.nikolaou, BTaskaya
2021-08-11 15:01:15pablogsalsetmessageid: <1628694075.92.0.566310829651.issue44885@roundup.psfhosted.org>
2021-08-11 15:01:15pablogsallinkissue44885 messages
2021-08-11 15:01:15pablogsalcreate