[issue38166] ast identifies incorrect column for compound attribute lookups
Andrew Briand
report at bugs.python.org
Sun Sep 15 03:37:56 EDT 2019
Andrew Briand <atb8888 at comcast.net> added the comment:
It looks like the test suite (in particular test_ast) specifically checks for the behavior where the col_offset of c in a.b.c.d is 0. This seems strange to me though, does anyone know if this is intended? If not, I can patch it.
----------
nosy: +andrewbriand
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38166>
_______________________________________
More information about the Python-bugs-list
mailing list