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 lys.nikolaou, pablogsal, serhiy.storchaka
Date 2020-01-06.19:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578339815.47.0.848559582394.issue39235@roundup.psfhosted.org>
In-reply-to
Content
>Do you think it is okay to just remove the call to copy_location?

I think that because in that case the parenthesis is collapsed with function call parenthesis, the position of the AST node for the generator expression should point to the left parenthesis.

But I would suggest asking Serhiy (I added him to the noisy list) as he was the author of the PR.
History
Date User Action Args
2020-01-06 19:43:35pablogsalsetrecipients: + pablogsal, serhiy.storchaka, lys.nikolaou
2020-01-06 19:43:35pablogsalsetmessageid: <1578339815.47.0.848559582394.issue39235@roundup.psfhosted.org>
2020-01-06 19:43:35pablogsallinkissue39235 messages
2020-01-06 19:43:35pablogsalcreate