Open byehack opened 4 years ago
def func(): while not x and not y or z: print(x)
windows 10 python 3.8.2 decompile3 3.3.2
C:\Python38\Scripts\decompyle3.exe -o . bug1.pyc Instruction context: L. 3 12 LOAD_GLOBAL print 14 LOAD_GLOBAL x 16 CALL_FUNCTION_1 1 '' 18 POP_TOP -> 20 JUMP_BACK 0 'to 0' # file bug1.pyc # Deparsing stopped due to parse error bug1.pyc -- # decompile failed
How to Reproduce
Expected behavior
Environment
windows 10 python 3.8.2 decompile3 3.3.2
Additional Environment or Context