Commit fc6261b9 authored by Vitja Makarov's avatar Vitja Makarov

Merge branch 'master' of https://github.com/cython/cython into ticket_664

parents 8c36bf3f 78e134ed
......@@ -5992,7 +5992,7 @@ class DivNode(NumBinopNode):
operand2 = self.operand2.compile_time_value(denv)
try:
func = self.find_compile_time_binary_operator(
self, operand1, operand2)
operand1, operand2)
return func(operand1, operand2)
except Exception, e:
self.compile_time_value_error(e)
......
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