You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Some bugs...
Python 3 compiling Python 2 tolerance. Fixes issue #180. pytest test_grammar.py and validate.py fixes for 3.6 testing
This commit is contained in:
@@ -43,6 +43,10 @@ from xdis.bytecode import (
|
||||
_get_const_info)
|
||||
from xdis.util import code2num
|
||||
|
||||
from uncompyle6 import PYTHON3
|
||||
if PYTHON3:
|
||||
from sys import intern
|
||||
|
||||
from uncompyle6.scanner import Scanner, Token
|
||||
|
||||
class Scanner2(Scanner):
|
||||
|
Reference in New Issue
Block a user