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 pablogsal
Recipients BTaskaya, pablogsal, serhiy.storchaka
Date 2020-05-06.13:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588772062.81.0.046646991207.issue40528@roundup.psfhosted.org>
In-reply-to
Content
> For which of them a line number is meaningful and useful?

Apologies, I was thinking of 'identifier', which is basically a PyObject representing a string. For instance, when parsing function calls like

x = ast.parse("f(x=435)")

the 'arg' attribute of the keyword is just the string 'x', without any metadata about it (like column offset and such).
History
Date User Action Args
2020-05-06 13:34:22pablogsalsetrecipients: + pablogsal, serhiy.storchaka, BTaskaya
2020-05-06 13:34:22pablogsalsetmessageid: <1588772062.81.0.046646991207.issue40528@roundup.psfhosted.org>
2020-05-06 13:34:22pablogsallinkissue40528 messages
2020-05-06 13:34:22pablogsalcreate