This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author laloch
Recipients gaborjbernat, laloch, pablogsal
Date 2020-05-22.08:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-22 08:49:11lalochsetrecipients: + laloch, pablogsal, gaborjbernat
2020-05-22 08:49:11lalochsetmessageid: <[email protected]>
2020-05-22 08:49:11lalochlinkissue40726 messages
2020-05-22 08:49:11lalochcreate