[issue37040] checking for membership in itertools.count enters infinite loop with no way to exit

Dan Rose report at bugs.python.org
Sat May 25 13:33:22 EDT 2019


Dan Rose <daniel.buchoff at gmail.com> added the comment:

Oops you are right. These enter uninterruptible loops too. They are exceptional situations and should do the expected thing - throw exceptions as well.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37040>
_______________________________________


More information about the Python-bugs-list mailing list