You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Start another kind of testing...
And fix a bug found in that with 3-way equal
This commit is contained in:
@@ -203,6 +203,8 @@ class Python2Parser(PythonParser):
|
||||
binary_subscr2 ::= expr expr DUP_TOPX_2 BINARY_SUBSCR
|
||||
|
||||
conditional ::= expr jmp_false expr JUMP_ABSOLUTE expr
|
||||
cmp_list2 ::= expr COMPARE_OP RETURN_VALUE
|
||||
cmp_list2 ::= expr COMPARE_OP RETURN_VALUE_LAMBDA
|
||||
"""
|
||||
|
||||
def p_slice2(self, args):
|
||||
|
Reference in New Issue
Block a user