-
-
Notifications
You must be signed in to change notification settings - Fork 458
Redundant "else:" #486
Copy link
Copy link
Open
Labels
Control FlowProblem has to do with bad control-flow detectionProblem has to do with bad control-flow detectionPython 3.8Volunteer wantedVolunteer wanted to fix if a bug or to implement if a new feature.Volunteer wanted to fix if a bug or to implement if a new feature.Works on decompyle3
Metadata
Metadata
Assignees
Labels
Control FlowProblem has to do with bad control-flow detectionProblem has to do with bad control-flow detectionPython 3.8Volunteer wantedVolunteer wanted to fix if a bug or to implement if a new feature.Volunteer wanted to fix if a bug or to implement if a new feature.Works on decompyle3
Description
a redundant "else:" will be printed
How to Reproduce
Output Given
Expected behavior
Environment
uncompyle6 --versionuncompyle6 3.9.1.dev0pydisasm --versionpydisasm, version 6.1.0.dev0python -c "import sys; print(sys.version)"wherepythonis the correct CPython or PyPy binary.3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]