You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Allow Python 3.5 to decomplyle other versions. No Python 3.5
bytecode support just yet though.
This commit is contained in:
@@ -26,6 +26,9 @@ check-2.6 check-2.7: check-bytecode check-2.7-ok
|
||||
check-3.3: check-bytecode
|
||||
$(PYTHON) test_pythonlib.py --bytecode-3.3 --verify $(COMPILE)
|
||||
|
||||
#: Run working tests from Python 3.5
|
||||
check-3.5: check-bytecode
|
||||
|
||||
#: Run working tests from Python 3.4
|
||||
check-3.4: check-bytecode check-2.7-ok
|
||||
|
||||
|
Reference in New Issue
Block a user