We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_itertools.py
itertools.chain.from_iterable
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
3.10.4
main
Operating system and architecture: N/A