Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-17 | tests: Move gen_context to import tests, because it relies on import. | Damien George | |
2014-04-17 | objgenerator: Generator must execute in its defining lexical context. | Paul Sokolovsky | |
I.e. with its own globals. So, just as for functions, we need to switch globals when resuming a generator. |