You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Back off 3.5 control flow for now
This commit is contained in:
4
test/simple_source/bug35/02_while_and.py
Normal file
4
test/simple_source/bug35/02_while_and.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Bug in 3.5 cmd.py
|
||||
# Bug is "while and" not getting handled properly
|
||||
i, n = 0, 5
|
||||
while i < n and __file__ in (1,2): i += 1
|
Reference in New Issue
Block a user