You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Add generator expression Python 3.0 .. 3.2
This commit is contained in:
@@ -16,7 +16,7 @@ class Python32Parser(Python3Parser):
|
||||
"""
|
||||
|
||||
|
||||
def p_gen_comp(self, args):
|
||||
def p_gen_comp32(self, args):
|
||||
"""
|
||||
genexpr_func ::= LOAD_ARG FOR_ITER store comp_iter JUMP_BACK
|
||||
"""
|
||||
|
Reference in New Issue
Block a user