Skip to content

Commit 906c67e

Browse files
Update for_helpers.py
1 parent 47c6236 commit 906c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def begin_body(self) -> None:
10141014
for i, item_type in enumerate(self.rtuple_type.types):
10151015
# Directly access the struct field for each RTuple element
10161016
value = builder.add(TupleGet(self.expr_reg, i, line))
1017-
value = builder.coerce(value, item_type, line)
1017+
#value = builder.coerce(value, item_type, line)
10181018
builder.assign(builder.get_assignment_target(self.index), value, line)
10191019
self.body_insts()
10201020

0 commit comments

Comments
 (0)