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 flox
Recipients ezio.melotti, flox, r.david.murray, terry.reedy
Date 2013-04-27.18:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367088687.11.0.046153310102.issue17825@psf.upfronthosting.co.za>
In-reply-to
Content
Hello again,

actually, the attached script demonstrates some issues with the computation of the offset.

In rare cases, the computed offset does not match the position of the caret '^' in the traceback. It makes it difficult to reuse exc.offset to display the exact position.
History
Date User Action Args
2013-04-27 18:51:27floxsetrecipients: + flox, terry.reedy, ezio.melotti, r.david.murray
2013-04-27 18:51:27floxsetmessageid: <1367088687.11.0.046153310102.issue17825@psf.upfronthosting.co.za>
2013-04-27 18:51:27floxlinkissue17825 messages
2013-04-27 18:51:26floxcreate