summaryrefslogtreecommitdiff
blob: d586779b3a8a36502d6371cda6132c3f4b72968d (plain)
1
2
3
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`.