[issue21295] Python 3.4 gives wrong col_offset for Call nodes returned from ast.parse

Mark Shannon report at bugs.python.org
Mon Feb 2 13:21:32 CET 2015


Mark Shannon added the comment:

This is caused by https://hg.python.org/cpython/rev/7c5c678e4164/
which is a supposed fix for http://bugs.python.org/issue16795
which claims to make "some changes to AST to make it more useful for static language analysis", seemingly by breaking all existing static analysis tools.

Could we just revert https://hg.python.org/cpython/rev/7c5c678e4164/ ?

----------
nosy: +Mark.Shannon

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21295>
_______________________________________


More information about the Python-bugs-list mailing list