summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/generator_send.py
Commit message (Collapse)AuthorAge
* gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.Paul Sokolovsky2014-01-27
| | | | | Otherwise, some generator statements still may be spuriously executed on subsequent calls to next()/send().
* Implement send() method for generators.Paul Sokolovsky2014-01-26