Commit aaeee9d0 authored by Stefan Behnel's avatar Stefan Behnel

fix GeneralCallNode

parent 2352daa6
......@@ -2596,6 +2596,7 @@ class GeneralCallNode(CallNode):
if self.starstar_arg:
self.starstar_arg = \
self.starstar_arg.coerce_to_pyobject(env)
function = self.function
if function.is_name and function.type_entry:
# We are calling an extension type constructor. As long
# as we do not support __new__(), the result type is clear
......
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