You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Forgot to include 3.3 in recent generator fix
This commit is contained in:
@@ -701,7 +701,7 @@ class NonterminalActions:
|
|||||||
self.write("(")
|
self.write("(")
|
||||||
iter_index = 3
|
iter_index = 3
|
||||||
if self.version > (3, 2):
|
if self.version > (3, 2):
|
||||||
if self.version >= (3, 4):
|
if self.version >= (3, 3):
|
||||||
if node[0].kind in (
|
if node[0].kind in (
|
||||||
"load_closure",
|
"load_closure",
|
||||||
"load_genexpr",
|
"load_genexpr",
|
||||||
|
Reference in New Issue
Block a user