[issue33416] Add endline and endcolumn to every AST node

Serhiy Storchaka report at bugs.python.org
Mon Jan 14 02:18:01 EST 2019


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

It is up to you Ivan.

The end location can not be deduces from the start location of next sibling node or from the parent node. For example, the AST for the expression "foo.bar.baz" does not contain information for the end location of "foo.bar".

----------

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


More information about the Python-bugs-list mailing list