You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Handle long 2.x bytecode literals more efficiently
This commit is contained in:
@@ -24,8 +24,7 @@ scanner routine for Python 3.
|
||||
|
||||
from typing import Tuple
|
||||
|
||||
from uncompyle6.scanner import CONST_COLLECTIONS
|
||||
from uncompyle6.scanners.tok import Token
|
||||
from uncompyle6.scanner import CONST_COLLECTIONS, Token
|
||||
from uncompyle6.scanners.scanner37base import Scanner37Base
|
||||
|
||||
# bytecode verification, verify(), uses JUMP_OPs from here
|
||||
|
Reference in New Issue
Block a user