rocky / python-uncompyle6

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

AttributeError: module 'xdis.opcodes.opcode_39' has no attribute 'END_FINALLY' #355

Closed dziunincode69 closed 2 years ago

dziunincode69 commented 3 years ago

what happend with

File "/usr/local/lib/python3.8/dist-packages/uncompyle6/scanners/scanner39.py", line 36, in init Scanner37Base.init(self, 3.9, show_asm) File "/usr/local/lib/python3.8/dist-packages/uncompyle6/scanners/scanner37base.py", line 98, in init self.opc.END_FINALLY, AttributeError: module 'xdis.opcodes.opcode_39' has no attribute 'END_FINALLY' image

rocky commented 3 years ago

See #353