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 christian.heimes, lys.nikolaou, pablogsal
Date 2020-06-12.13:12:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591967577.77.0.113194126878.issue40958@roundup.psfhosted.org>
In-reply-to
Content
I theorize that this happens when the error points to the end of the line. I assume that the difference between col_offset and PyUnicode_GET_LENGTH(line) may be still bigger than 1 if the line contains some Unicode stuff like with:

>> "Ṕýţĥòñ" +

but I think that would be the same situation.
History
Date User Action Args
2020-06-12 13:12:57pablogsalsetrecipients: + pablogsal, christian.heimes, lys.nikolaou
2020-06-12 13:12:57pablogsalsetmessageid: <1591967577.77.0.113194126878.issue40958@roundup.psfhosted.org>
2020-06-12 13:12:57pablogsallinkissue40958 messages
2020-06-12 13:12:57pablogsalcreate