You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Merge branch 'python-3.0-to-3.2' into python-2.4
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user