Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen. | Paul Sokolovsky | |
Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send(). | |||
2014-01-26 | Implement send() method for generators. | Paul Sokolovsky | |