-
- Downloads
objgenerator: Generator must execute in its defining lexical context.
I.e. with its own globals. So, just as for functions, we need to switch globals when resuming a generator.
tests/basics/gen_context.py
0 → 100644
tests/basics/gen_context2.py
0 → 100644
Please register or sign in to comment