Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

FWIW, you can already do this with map() and deque():

   deque(map(f, it), maxsize=0)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to