"if else" condition generates "uncompyle6.semantics.pysource.SourceWalkerError: Deparsing stopped due to parse error" #321
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
If you compile this
test.py
into a .pyc (withimport py_compile; py_compile.compile("test.py")
):then decompiling it with
uncompyle6
withgenerates this error:
Here is the full error:
The text was updated successfully, but these errors were encountered: