Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompiling .PYC: Unsupported opcode: WITH_EXCEPT_START #445

Closed
AlexPaiva opened this issue Feb 21, 2024 · 2 comments
Closed

Decompiling .PYC: Unsupported opcode: WITH_EXCEPT_START #445

AlexPaiva opened this issue Feb 21, 2024 · 2 comments

Comments

@AlexPaiva
Copy link

I am decompiling a .pyc file and the code to decompile is a try: except: and I am getting Unsupported opcode: WITH_EXCEPT_START and afterwards WARNING: Decompyle incomplete, any way I can get the inside code any other way?

The .pyc is from python 3.10.4

@zrax
Copy link
Owner

zrax commented Feb 21, 2024

Duplicate #450

@zrax zrax closed this as completed Feb 21, 2024
@AlexPaiva
Copy link
Author

Where can I find the documentation? Can you give a quick guide where to find everything so I can try to add this and support this operation myself?

Any tips on that aswell? Are you planning to add support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants