You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Python 3: "or" doesn't have optional come_from
This commit is contained in:
@@ -232,6 +232,7 @@ class Python3Parser(PythonParser):
|
||||
WITH_CLEANUP END_FINALLY
|
||||
|
||||
and ::= expr jmp_false expr COME_FROM
|
||||
or ::= expr jmp_true expr COME_FROM
|
||||
'''
|
||||
|
||||
def p_misc3(self, args):
|
||||
|
Reference in New Issue
Block a user