Commit 84e47269 authored by Stefan Behnel's avatar Stefan Behnel

Re-add lost comment.

parent 12eaff05
......@@ -12257,6 +12257,7 @@ class PrimaryCmpNode(ExprNode, CmpNode):
if is_pythran_supported_type(type1) and is_pythran_supported_type(type2):
return PythranExpr(pythran_binop_type(self.operator, type1, type2))
# TODO: implement this for other types.
return py_object_type
def type_dependencies(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