You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2026. It is now read-only.
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.