Commit 319f6b0a authored by Robert Bradshaw's avatar Robert Bradshaw

Fix bug with unavailable overflowcheck attribute.

parent 1657608e
......@@ -5201,6 +5201,7 @@ class SimpleCallNode(CallNode):
has_optional_args = False
nogil = False
analysed = False
overflowcheck = False
def compile_time_value(self, denv):
function = self.function.compile_time_value(denv)
......
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