You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Tidy a little bit
This commit is contained in:
@@ -16,6 +16,10 @@ check: check-short check-2.7-ok
|
||||
## This leads me to believe the problem is an
|
||||
## initialization bug?
|
||||
|
||||
#: Check deparsing only, but from a different Python version
|
||||
check-disasm:
|
||||
$(PYTHON) dis-compare.py
|
||||
|
||||
#: Check deparsing only, but from a different Python version
|
||||
check-bytecode:
|
||||
$(PYTHON) test_pythonlib.py --bytecode-2.5
|
||||
|
BIN
test/bytecode_2.7/if.pyc
Normal file
BIN
test/bytecode_2.7/if.pyc
Normal file
Binary file not shown.
BIN
test/bytecode_2.7/ifelse.pyc
Normal file
BIN
test/bytecode_2.7/ifelse.pyc
Normal file
Binary file not shown.
@@ -55,8 +55,10 @@ tests['2.5'] = tests['2.3']
|
||||
tests['2.6'] = tests['2.5']
|
||||
# tests['2.7'] = ['mine'] + tests['2.6']
|
||||
tests['2.7'] = [
|
||||
'source_3.4/call_arguments/keyword',
|
||||
'source_3.4/call_arguments/positional'
|
||||
'source_3.4/branching/ifelse',
|
||||
'source_3.4/branching/if'
|
||||
# 'source_3.4/call_arguments/keyword',
|
||||
# 'source_3.4/call_arguments/positional'
|
||||
]
|
||||
|
||||
tests['3.4'] = [
|
||||
|
Reference in New Issue
Block a user