Forgot to include 3.3 in recent generator fix

This commit is contained in:
rocky
2023-07-01 23:22:57 -04:00
parent d6608712f1
commit 99f054ea9d

View File

@@ -701,7 +701,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",