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