[issue24623] Parser: broken line numbers for triple-quoted strings

2015-11-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue16806 -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> col_offset is -1 and lineno is wrong for multiline string expressions __

[issue24623] Parser: broken line numbers for triple-quoted strings

2015-11-05 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue24623] Parser: broken line numbers for triple-quoted strings

2015-11-05 Thread Stefan Krah
Stefan Krah added the comment: Victor, I'm adding you just in case this also affects your optimizer (like #2). -- ___ Python tracker ___ _

[issue24623] Parser: broken line numbers for triple-quoted strings

2015-07-12 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24623] Parser: broken line numbers for triple-quoted strings

2015-07-12 Thread Stefan Krah
New submission from Stefan Krah: IMO the string should start at lineno=1, col_offset=0. $ ./python Python 3.6.0a0 (default:02b81a82a57d, Jul 12 2015, 20:33:44) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ast >>> a = ast.parse('''"""xx