rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.79k stars 413 forks source link

Error while decompiling a file #346

Closed wacns closed 3 years ago

wacns commented 3 years ago

Hi rocky, when I tried to decompiling a file I have got an error which is " AttributeError: xdis.opcodes.opcoode_39 has no attribute 'END_FINALLY' I wish you are able to help me.

rocky commented 3 years ago

https://stackoverflow.com/questions/66550211/decompiling-pyc-files-for-python-3-9-2