forked from M-Labs/artiq
GeneratorExp also includes assignment context.
This commit is contained in:
parent
4b4805265d
commit
de6dff94cd
|
@ -64,6 +64,7 @@ class LocalExtractor(algorithm.Visitor):
|
|||
visit_DictComp = visit_root
|
||||
visit_ListComp = visit_root
|
||||
visit_SetComp = visit_root
|
||||
visit_GeneratorExp = visit_root
|
||||
|
||||
def _assignable(self, name):
|
||||
if name not in self.typing_env and name not in self.nonlocal_:
|
||||
|
|
Loading…
Reference in New Issue