You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
marshal.py: Python2 marshal code shouldn't try to turn a code object
into a string. parse3.py: handle both keyword and positional function calls. scanner34.py: Remove extra level of quoting in LOAD_CONST. Keyward handling now works cross Python 2/3. Some other spelling and doc fixes.
This commit is contained in:
@@ -16,7 +16,7 @@ check-2.7: check-short-2.7 check-bytecode check-2.7-ok
|
||||
check-3.4: check-short-2.7 check-bytecode check-native-short
|
||||
|
||||
check:
|
||||
@echo "For now, use check-2.7 or check.3.4" && false
|
||||
@echo "For now, use check-2.7 or check-3.4" && false
|
||||
|
||||
## FIXME: there is a bug in our code that I don't
|
||||
## find in uncompyle2 that causes this to fail.
|
||||
|
BIN
test/bytecode_2.7/keyword.pyc
Normal file
BIN
test/bytecode_2.7/keyword.pyc
Normal file
Binary file not shown.
BIN
test/bytecode_3.4/keyword.pyc
Normal file
BIN
test/bytecode_3.4/keyword.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user