[issue10186] Invalid SyntaxError pointer offset

2010-10-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: r85904 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue10186] Invalid SyntaxError pointer offset

2010-10-28 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: fixed -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue10186] Invalid SyntaxError pointer offset

2010-10-28 Thread Stefan Krah
Stefan Krah added the comment: Hi, I've problems with two recent commits (r85814 and r85817): Example: r85812 is ok: == Python 3.2a3+ (py3k:85812:85835M, Oct 28 2010, 22:02:19) [GCC 4.2.4 (Ubuntu 4.2.4-3ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for mor

[issue10186] Invalid SyntaxError pointer offset

2010-10-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: r85814 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10186] Invalid SyntaxError pointer offset

2010-10-23 Thread Alex
Changes by Alex : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue10186] Invalid SyntaxError pointer offset

2010-10-23 Thread Alex
New submission from Alex : Builtin SyntaxError formatter does never point to char before last in wrong source line. traceback.format_exception() is not affected. *** Example: >>> raise SyntaxError('', ('', 0, 3, 'hello')) ... hello ^ SyntaxError: test >>> raise SyntaxError('', ('', 0,