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 rhettinger
Recipients nullfact0r, remi.lapeyre, rhettinger
Date 2020-06-24.21:53:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593035634.21.0.599314200048.issue41107@roundup.psfhosted.org>
In-reply-to
Content
FWIW, you can already do this with map() and deque():

   deque(map(f, it), maxsize=0)
History
Date User Action Args
2020-06-24 21:53:54rhettingersetrecipients: + rhettinger, remi.lapeyre, nullfact0r
2020-06-24 21:53:54rhettingersetmessageid: <1593035634.21.0.599314200048.issue41107@roundup.psfhosted.org>
2020-06-24 21:53:54rhettingerlinkissue41107 messages
2020-06-24 21:53:54rhettingercreate