[issue40726] ast.Call end_lineno is defined and returns None

David Strobach report at bugs.python.org
Fri May 22 04:49:11 EDT 2020


David Strobach <lalochcz at gmail.com> added the comment:

The issue is not limited to ast.Call. Other AST nodes are also affected (e.g. ast.BinOp). It's also not limited to end_lineno attribute. The same applies to end_col_offset.

----------

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


More information about the Python-bugs-list mailing list