Commit aa62e95d authored by Stefan Behnel's avatar Stefan Behnel

fix tree traversal for FusedCFuncDefNode

parent 64cb66dd
......@@ -42,6 +42,9 @@ class FusedCFuncDefNode(StatListNode):
defaults_tuple = None
decorators = None
child_attrs = StatListNode.child_attrs + [
'__signatures__', 'resulting_fused_function', 'fused_func_assignment']
def __init__(self, node, env):
super(FusedCFuncDefNode, self).__init__(node.pos)
......
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