[issue39474] col_offset for parenthesized expressions looks weird

Serhiy Storchaka report at bugs.python.org
Wed Feb 12 15:37:53 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset 6e619c48b8e804ece9521453fc8da0640a04d5b1 by Serhiy Storchaka in branch 'master':
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
https://github.com/python/cpython/commit/6e619c48b8e804ece9521453fc8da0640a04d5b1


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39474>
_______________________________________


More information about the Python-bugs-list mailing list