You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
mark "psuedo ops"
This commit is contained in:
@@ -266,7 +266,7 @@ class Scanner3(Scanner):
|
||||
has_arg=True,
|
||||
has_extended_arg=False,
|
||||
opc=self.opc,
|
||||
optype=None,
|
||||
optype="pseudo",
|
||||
)
|
||||
)
|
||||
for j in range(collection_start, i):
|
||||
@@ -293,7 +293,7 @@ class Scanner3(Scanner):
|
||||
has_arg=t.has_arg,
|
||||
has_extended_arg=False,
|
||||
opc=t.opc,
|
||||
optype=None,
|
||||
optype="pseudo",
|
||||
)
|
||||
)
|
||||
return new_tokens
|
||||
@@ -342,7 +342,7 @@ class Scanner3(Scanner):
|
||||
has_arg=True,
|
||||
has_extended_arg=False,
|
||||
opc=self.opc,
|
||||
optype=None,
|
||||
optype="pseudo",
|
||||
)
|
||||
)
|
||||
for j in range(collection_start, i, 2):
|
||||
|
Reference in New Issue
Block a user