[issue10109] itertools.product with infinite iterator cause MemoryError.

Robert Xiao report at bugs.python.org
Sat Sep 17 17:47:24 EDT 2016


Robert Xiao added the comment:

It wouldn't be that complicated to have the combinatorial functions be lazy too - I feel like there's some value to be had there.

What's the major objection to making all of the itertools functions "maximally lazy"?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10109>
_______________________________________


More information about the Python-bugs-list mailing list