-
- 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.
Loading
Please register or sign in to comment
I.e. with its own globals. So, just as for functions, we need to switch globals when resuming a generator.