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 BTaskaya
Recipients BTaskaya, methane
Date 2019-11-19.12:14:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574165659.02.0.559214725778.issue38847@roundup.psfhosted.org>
In-reply-to
Content
I was going through old issues and I found @inada.naoki's comment on issue 36551

> How about converting `[x for x in it]` to `[*it]` in AST?

Is this feature still wanted? I can try to work on an implementation for this if there is a need. Also should this cover set (`{x for x in it}`) comprehensions?
History
Date User Action Args
2019-11-19 12:14:19BTaskayasetrecipients: + BTaskaya, methane
2019-11-19 12:14:19BTaskayasetmessageid: <1574165659.02.0.559214725778.issue38847@roundup.psfhosted.org>
2019-11-19 12:14:18BTaskayalinkissue38847 messages
2019-11-19 12:14:18BTaskayacreate