You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
EXTENDED_ARG is implemented in 2.6
This commit is contained in:
@@ -178,7 +178,6 @@ class Scanner26(scan.Scanner2):
|
|||||||
oparg = self.get_argument(offset) + extended_arg
|
oparg = self.get_argument(offset) + extended_arg
|
||||||
extended_arg = 0
|
extended_arg = 0
|
||||||
if op == self.opc.EXTENDED_ARG:
|
if op == self.opc.EXTENDED_ARG:
|
||||||
raise NotImplementedError
|
|
||||||
extended_arg = oparg * scan.L65536
|
extended_arg = oparg * scan.L65536
|
||||||
continue
|
continue
|
||||||
if op in self.opc.hasconst:
|
if op in self.opc.hasconst:
|
||||||
|
Reference in New Issue
Block a user