Closed
Description
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/animation.py#L981
FunctionAnimator allows an iterator as the frames
parameter, but then tries to take its length. This, e.g., does not work on iter(range(10))
or itertools.count()
.