You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Patch for conditional tuple
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
"""
|
||||
test_loops.py -- source test pattern for loops
|
||||
|
||||
This source is part of the decompyle test suite.
|
||||
|
||||
decompyle is a Python byte-code decompiler
|
||||
See http://www.goebel-consult.de/decompyle/ for download and
|
||||
for further information
|
||||
"""
|
||||
|
||||
for i in range(10):
|
||||
if i == 3:
|
||||
continue
|
||||
|
Reference in New Issue
Block a user