Commit fa3273c4 authored by Stefan Behnel's avatar Stefan Behnel

fix node traversal in yield expressions

parent a3f47bf2
......@@ -4497,7 +4497,7 @@ class YieldExprNode(ExprNode):
# arg ExprNode the value to return from the generator
# label_name string name of the C label used for this yield
subexprs = []
subexprs = ['arg']
type = py_object_type
def analyse_types(self, env):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment