Error with break inside nested for loop #323
Labels
Control Flow
Problem has to do with bad control-flow detection
Python 3.8
Volunteer wanted
Volunteer wanted to fix if a bug or to implement if a new feature.
Works on decompyle3
This code fails to decompile under python3.8:
Bytecode:
Error:
This seems to be caused by the 'break' being recognised as a 'continue'?
The text was updated successfully, but these errors were encountered: