You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Add generator expression Python 3.0 .. 3.2
This commit is contained in:
@@ -403,7 +403,7 @@ class Python37Parser(Python37BaseParser):
|
||||
list_if_not ::= expr jmp_true list_iter
|
||||
"""
|
||||
|
||||
def p_set_comp(self, args):
|
||||
def p_gen_comp(self, args):
|
||||
"""
|
||||
comp_iter ::= comp_for
|
||||
comp_body ::= gen_comp_body
|
||||
|
Reference in New Issue
Block a user