Commit 76a1f069 authored by Stefan Behnel's avatar Stefan Behnel

fix method signature

parent 2a6603c4
......@@ -7574,7 +7574,7 @@ class CBinopNode(BinopNode):
if self.is_py_operation():
self.type = PyrexTypes.error_type
def py_operation_function():
def py_operation_function(self):
return ""
def calculate_result_code(self):
......
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