We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0e0fe commit f54394bCopy full SHA for f54394b
mypyc/irbuild/ll_builder.py
@@ -793,8 +793,7 @@ def _construct_varargs(
793
for value, kind, name in args:
794
if kind == ARG_STAR:
795
if star_result is None:
796
- # fast path if star expr is a tuple:
797
- # we can pass the immutable tuple straight into the function call.
+ # star args fastpath
798
if len(args) == 1:
799
# fn(*args)
800
if is_list_rprimitive(value.type):
0 commit comments