Commit 43e736db authored by Stefan Behnel's avatar Stefan Behnel

fix cascaded assignments

parent 0e0b73b9
......@@ -72,11 +72,6 @@ class NormalizeTree(CythonTransform):
else:
return []
# Eliminate CascadedAssignmentNode
def visit_CascadedAssignmentNode(self, node):
tmpname = temp_name_handle()
class PostParseError(CompileError): pass
......
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