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 kebab-mai-haddi
Recipients aviral, brandtbucher, kebab-mai-haddi, steven.daprano
Date 2021-01-25.20:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611605273.33.0.394462034871.issue38307@roundup.psfhosted.org>
In-reply-to
Content
How do I generate the endline no? Initially, I could
do, stack[-1][0].end_lineno = start[0] - 1 but how do I this now given that the recent changes are operating on the AST instead of the token stream?
History
Date User Action Args
2021-01-25 20:07:53kebab-mai-haddisetrecipients: + kebab-mai-haddi, steven.daprano, brandtbucher, aviral
2021-01-25 20:07:53kebab-mai-haddisetmessageid: <1611605273.33.0.394462034871.issue38307@roundup.psfhosted.org>
2021-01-25 20:07:53kebab-mai-haddilinkissue38307 messages
2021-01-25 20:07:53kebab-mai-haddicreate