Hacker News new | ask | show | jobs
by heavenlyblue 2945 days ago
It will terminate as soon as it runs out of memory.
1 comments

By this definition, python has a nice locally defined property that it will always terminate ;)
No; this will never-ever terminate:

    (x for x in itertools.count())