Commit c08c8140 authored by Stefan Behnel's avatar Stefan Behnel

merge

parents 5535b8a2 fe3df1a1
......@@ -5301,6 +5301,7 @@ class BinopNode(ExprNode):
# - Allocate temporary for result if needed.
subexprs = ['operand1', 'operand2']
inplace = False
def calculate_constant_result(self):
func = compile_time_binary_operators[self.operator]
......
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