Commit 75ae247d authored by Stefan Behnel's avatar Stefan Behnel

fix 'nogil' flag on PythonCapiCallNode after the last exception handling change

parent 6cdd24b0
......@@ -2701,6 +2701,7 @@ class SimpleCallNode(CallNode):
arg_tuple = None
wrapper_call = False
has_optional_args = False
nogil = 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