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 alexmojaki
Recipients alexmojaki
Date 2019-10-20.08:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571559697.79.0.983996718555.issue38535@roundup.psfhosted.org>
In-reply-to
Content
In a decorator such as `@a()`, the ast.Call node has a col_offset starting from the @ symbol. This doesn't happen for decorators without arguments (e.g. `@a`) or with some arguments (e.g. `@a(x)`).
History
Date User Action Args
2019-10-20 08:21:37alexmojakisetrecipients: + alexmojaki
2019-10-20 08:21:37alexmojakisetmessageid: <1571559697.79.0.983996718555.issue38535@roundup.psfhosted.org>
2019-10-20 08:21:37alexmojakilinkissue38535 messages
2019-10-20 08:21:37alexmojakicreate