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, methane, pablogsal, vstinner
Date 2019-11-19.23:57:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574207835.16.0.602280249172.issue38847@roundup.psfhosted.org>
In-reply-to
Content
IMHO, I think is such a specific use case that is not worth the maintenance cost. Especially because of such list comprehension is very uncommon as you can simply do `list(it)` which more readable and anecdotally faster.
History
Date User Action Args
2019-11-19 23:57:15pablogsalsetrecipients: + pablogsal, vstinner, methane, BTaskaya
2019-11-19 23:57:15pablogsalsetmessageid: <1574207835.16.0.602280249172.issue38847@roundup.psfhosted.org>
2019-11-19 23:57:15pablogsallinkissue38847 messages
2019-11-19 23:57:15pablogsalcreate