You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Skirt around control-flow problems...
Tag some of the weaknesses if we can't address them now
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# while True and if / break
|
||||
def display_date(loop):
|
||||
while True:
|
||||
if loop.time():
|
||||
if loop:
|
||||
break
|
||||
x = 5
|
||||
|
||||
|
Reference in New Issue
Block a user