You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Get ready for release python-2.4-2.13.3
This commit is contained in:
@@ -166,7 +166,9 @@ class Scanner3(Scanner):
|
|||||||
self.code = array('B', co.co_code)
|
self.code = array('B', co.co_code)
|
||||||
|
|
||||||
bytecode = Bytecode(co, self.opc)
|
bytecode = Bytecode(co, self.opc)
|
||||||
show_asm = self.show_asm if not show_asm else show_asm
|
if not show_asm:
|
||||||
|
show_asm = self.show_asm
|
||||||
|
|
||||||
# show_asm = 'both'
|
# show_asm = 'both'
|
||||||
if show_asm in ('both', 'before'):
|
if show_asm in ('both', 'before'):
|
||||||
for instr in bytecode.get_instructions(co):
|
for instr in bytecode.get_instructions(co):
|
||||||
|
@@ -7,7 +7,6 @@ from xdis.code import iscode, code_has_star_arg, code_has_star_star_arg
|
|||||||
from uncompyle6.scanner import Code
|
from uncompyle6.scanner import Code
|
||||||
from uncompyle6.parsers.astnode import AST
|
from uncompyle6.parsers.astnode import AST
|
||||||
from uncompyle6.semantics.parser_error import ParserError
|
from uncompyle6.semantics.parser_error import ParserError
|
||||||
from uncompyle6.parser import ParserError as ParserError2
|
|
||||||
from uncompyle6.semantics.helper import print_docstring
|
from uncompyle6.semantics.helper import print_docstring
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user