You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
A more uniform way to track opcodes seen...
use a set rather than these boolean variables. Done in 3.x only for now. May do more later..
This commit is contained in:
@@ -156,6 +156,7 @@ class Scanner3(Scanner):
|
||||
self.varargs_ops = frozenset(varargs_ops)
|
||||
# FIXME: remove the above in favor of:
|
||||
# self.varargs_ops = frozenset(self.opc.hasvargs)
|
||||
return
|
||||
|
||||
def ingest(self, co, classname=None, code_objects={}, show_asm=None):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user