On Sat, Nov 22, 2014 at 2:57 AM, Chris Angelico rosuav@gmail.com wrote:
If you have a lengthy nested chain of coroutines, and one of them unexpectedly raises StopIteration, is it right for something to quietly terminate, or should the exception bubble up and be printed to console?
Couldn't you have a nested pile of iterator classes as well that would exhibit the exact same behavior?
-Chris