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 b663a4d commit 19ea1dfCopy full SHA for 19ea1df
mypyc/irbuild/for_helpers.py
@@ -171,7 +171,7 @@ def for_loop_helper_with_index(
171
body_insts: a function that generates the body of the loop.
172
It needs a index as parameter.
173
"""
174
- assert is_sequence_rprimitive(expr_reg.type)
+ assert is_sequence_rprimitive(expr_reg.type), expr_reg
175
target_type = builder.get_sequence_type(expr)
176
177
body_block = BasicBlock()
0 commit comments