You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
# Can't uncompyle /tmp/bc-2.7.pyc
Traceback (most recent call last):
File "uncompyle2/__init__.py", line 203, in main
uncompyle_file(infile, outstream, showasm, showast)
File "uncompyle2/__init__.py", line 135, in uncompyle_file
version, co = _load_module(filename)
File "uncompyle2/__init__.py", line 76, in _load_module
co = dis.marshalLoad(fp)
File "uncompyle2/disas.py", line 193, in marshalLoad
return load(fp)
File "uncompyle2/disas.py", line 210, in load
co_consts = load(fp)
File "uncompyle2/disas.py", line 285, in load
ret += load(fp),
File "uncompyle2/disas.py", line 250, in load
raise KeyError, marshalType
KeyError: 'y'
Decompiling bytecode for:
gives unmarshalling error:
xdis/unmarshal.py
might be consulted for how to fix.The text was updated successfully, but these errors were encountered: