Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2022-07-04 07:10:49 -04:00
10 changed files with 230 additions and 6 deletions

View File

@@ -309,6 +309,9 @@ class ComprehensionMixin:
store = set_iter_async[1]
assert store == "store"
n = set_iter_async[2]
elif node == "list_comp" and tree[0] == "expr":
tree = tree[0][0]
n = tree[iter_index]
else:
n = tree[iter_index]