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 847ea62 commit f260adaCopy full SHA for f260ada
mypyc/irbuild/ll_builder.py
@@ -937,7 +937,6 @@ def _construct_varargs(
937
# if star_result is a tuple we took the fast path
938
star_result = self.primitive_op(list_tuple_op, [star_result], line)
939
if has_star2 and star2_result is None:
940
- # TODO: use dict_copy_op for simple cases of **kwargs
941
star2_result = self._create_dict(star2_keys, star2_values, line)
942
943
return star_result, star2_result
0 commit comments