Merge branch 'python-3.0-to-3.2' into python-2.4

This commit is contained in:
rocky
2023-07-29 13:03:38 -04:00
18 changed files with 186 additions and 143 deletions

View File

@@ -699,7 +699,7 @@ class NonterminalActions:
self.write("(")
iter_index = 3
if self.version > (3, 2):
if self.version >= (3, 4):
if self.version >= (3, 3):
if node[0].kind in (
"load_closure",
"load_genexpr",