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

expression: back() called on empty deque #405

Open
cbandroid opened this issue Nov 21, 2023 · 1 comment
Open

expression: back() called on empty deque #405

cbandroid opened this issue Nov 21, 2023 · 1 comment

Comments

@cbandroid
Copy link

xxxx.zip
2023-11-21163224
Error decompyling xxxx.pyc : expression: back() called on empty deque
(run pycdc xxxx.pyc )
xxxx.pyc see xxxx.zip.
anyone knows why?

@greenozon
Copy link
Contributor

most probably because the implementation of the opcode JUMP_FORWARD_A
does not cover all the cases...
this is the opcode in which this empty deque is happening
implementation for this opcode is rather complicated... so maybe worth asking the author...

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