Error when decompiling loop inside if-else #322
Labels
Control Flow
Problem has to do with bad control-flow detection
Python 3.7
Volunteer wanted
Volunteer wanted to fix if a bug or to implement if a new feature.
Works on decompyle3
I was trying to decompile a pyc that I had, but it had a few errors. I managed to manually decompile it though and narrowed it down to code that looks like this:
When I compile this with
python3 -m compileall .
and then attempt to decompile, I get a 'parse error':Here is the disassembly of that code:
Hopefully this issue can be fixed!
The text was updated successfully, but these errors were encountered: