On Wed, Oct 18, 2017 at 01:39:28PM +0300, Koos Zevenhoven wrote:
> I'm writing from my phone now, cause I was dumb enough to try list(count())
You have my sympathies -- I once, due to typo, accidentally ran
something like range(10**100) in Python 2.
> But should it be fixed in list or in count?
Neither. There are too many other places this can break for it to be
effective to try to fix each one in place.