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
Traceback (most recent call last):
File "unpyc37/unpyc3.py", line 2899, in <module>
print(decompile(sys.argv[1]))
File "unpyc37/unpyc3.py", line 1505, in __str__
self.display(istr)
File "unpyc37/unpyc3.py", line 1511, in display
stmt.display(indent)
File "unpyc37/unpyc3.py", line 1335, in display
self.display_undecorated(indent)
File "unpyc37/unpyc3.py", line 1361, in display_undecorated
self.code.get_suite().display(indent + 1)
File "unpyc37/unpyc3.py", line 433, in get_suite
dec.run()
File "unpyc37/unpyc3.py", line 1594, in run
new_addr = method(*args)
File "unpyc37/unpyc3.py", line 2620, in POP_JUMP_IF_FALSE
return self.POP_JUMP_IF(addr, target, truthiness=False)
File "unpyc37/unpyc3.py", line 2447, in POP_JUMP_IF
c = c.chain(cond)
AttributeError: 'PyName' object has no attribute 'chain'
The text was updated successfully, but these errors were encountered:
This program:
when compiled and decompiled with unpyc37 gives:
The text was updated successfully, but these errors were encountered: