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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2016-10-22.21:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477173007.35.0.842183977255.issue28512@psf.upfronthosting.co.za>
In-reply-to
Content
The purpose of PyErr_SyntaxLocationEx() function (added in 00e4ce31d404) was setting the offset attribute of raised syntax error to specified value. But this never worked as expected. The offset attribute is set to integer value in Python/errors.c:1067, but then replaced with None in Python/errors.c:1083.
History
Date User Action Args
2016-10-22 21:50:07serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2016-10-22 21:50:07serhiy.storchakasetmessageid: <1477173007.35.0.842183977255.issue28512@psf.upfronthosting.co.za>
2016-10-22 21:50:07serhiy.storchakalinkissue28512 messages
2016-10-22 21:50:07serhiy.storchakacreate