There was an error while loading. Please reload this page.
Bug report
itertools.chain.from_iterable is safe to use with infinite iterable, but no test exists.
example:
chain.from_iterable(repeat(range(5)))
Your environment
CPython versions tested on: 3.10.4 and current main branch
Operating system and architecture: N/A
Bug report
itertools.chain.from_iterable is safe to use with infinite iterable, but no test exists.
example:
Your environment
CPython versions tested on:
3.10.4 and current main branch
Operating system and architecture:
N/A