You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
WIP 2.6 j{f,b}_pop fix
This commit is contained in:
Binary file not shown.
@@ -51,8 +51,8 @@ class Python26Parser(Python2Parser):
|
||||
"""
|
||||
jmp_true ::= JUMP_IF_TRUE POP_TOP
|
||||
jmp_false ::= JUMP_IF_FALSE POP_TOP
|
||||
jf_pop ::= JUMP_FORWARD POP_TOP
|
||||
jb_pop ::= JUMP_BACK POP_TOP
|
||||
jf_pop ::= JUMP_FORWARD COME_FROM POP_TOP
|
||||
jb_pop ::= JUMP_BACK COME_FROM POP_TOP
|
||||
|
||||
_ifstmts_jump ::= c_stmts_opt jf_pop COME_FROM
|
||||
"""
|
||||
|
Reference in New Issue
Block a user