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 aeb8fe1 commit c6b41b7Copy full SHA for c6b41b7
mypyc/irbuild/for_helpers.py
@@ -1204,7 +1204,7 @@ def gen_cleanup(self) -> None:
1204
for gen in self.gens:
1205
gen.gen_cleanup()
1206
1207
- def __sort_conditions(self) -> tuple[list[ForSequence], list[BasicBlock]]:
+ def __sort_conditions(self) -> tuple[list[ForGenerator], list[BasicBlock]]:
1208
# We don't necessarily need to check the gens in order,
1209
# we just need to know which gen ends first. Some gens
1210
# are quicker to check than others, so we will check the
0 commit comments