Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

fix problem with iterable.take on infinite generators #77

@katunilya

Description

@katunilya

If we have some infinite generator function and want to take first N elements from it we would fail, as internally iterable.eager.take attempts to fully evaluate infinite generator with list comprehension.

Fix issue with simple for loop

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingminorCompleting this issue should bump minor version

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions