blob: d586779b3a8a36502d6371cda6132c3f4b72968d [file] [log] [blame]
Callable iterators no longer raise :class:`SystemError` when the
callable object exhausts the iterator but forgets to either return a
sentinel value or raise :class:`StopIteration`.