You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Set comprehension code is not in 2.6
So we need more care in test programs.
This commit is contained in:
@@ -20,9 +20,9 @@ def for_range_stmt():
|
||||
for i in range(2):
|
||||
i+1
|
||||
|
||||
# FIXME: add this test
|
||||
def set_comp():
|
||||
{y for y in range(3)}
|
||||
# # FIXME: add this test - but for Python 2.7+ only
|
||||
# def set_comp():
|
||||
# {y for y in range(3)}
|
||||
|
||||
# FIXME: add this test
|
||||
def list_comp():
|
||||
|
Reference in New Issue
Block a user