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 81be300 commit 96513e7Copy full SHA for 96513e7
mypyc/irbuild/ll_builder.py
@@ -794,8 +794,7 @@ def _construct_varargs(
794
for value, kind, name in args:
795
if kind == ARG_STAR:
796
if star_result is None:
797
- # fast path if star expr is a tuple:
798
- # we can pass the immutable tuple straight into the function call.
+ # star args fastpath
799
if len(args) == 1:
800
# fn(*args)
801
if is_list_rprimitive(value.type):
0 commit comments