You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
PEP E225 with a nod to Deepcommit
This commit is contained in:
@@ -467,7 +467,7 @@ class Python2Parser(PythonParser):
|
||||
pass
|
||||
self.add_unique_rules([
|
||||
('mkfunc ::= %s load_closure LOAD_CONST %s' %
|
||||
('expr '* token.attr, opname))], customize)
|
||||
('expr ' * token.attr, opname))], customize)
|
||||
|
||||
if self.version >= 2.7:
|
||||
if i > 0:
|
||||
|
Reference in New Issue
Block a user