Carlo Rosati <[email protected]> added the comment:
`for i in itertools.count()` in the first implementation I posted should be `while True`. I was using that for debugging. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
