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 some disassemble tests using pytest.
This commit is contained in:
@@ -181,7 +181,7 @@ def cmp_code_objects(version, code_obj1, code_obj2, name=''):
|
||||
elif version == 3.4:
|
||||
import uncompyle6.scanners.scanner34 as scan
|
||||
scanner = scan.Scanner34()
|
||||
scanner.setShowAsm( showasm=0 )
|
||||
scanner.setShowAsm( showasm=False )
|
||||
global JUMP_OPs
|
||||
JUMP_OPs = scan.JUMP_OPs + ['JUMP_BACK']
|
||||
|
||||
|
Reference in New Issue
Block a user