You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
2.6 conditional in list comprehension bug
This commit is contained in:
@@ -165,7 +165,7 @@ class Python26Parser(Python2Parser):
|
||||
|
||||
def p_misc(self, args):
|
||||
'''
|
||||
conditional ::= expr jmp_false expr jf_cf_pop expr
|
||||
conditional ::= expr jmp_false expr jf_cf_pop expr come_from_opt
|
||||
'''
|
||||
|
||||
class Python26ParserSingle(Python2Parser, PythonParserSingle):
|
||||
|
Reference in New Issue
Block a user