Files
python-uncompyle6/test/simple_source/comprehension/05_set_comprehension.py
rocky 70d4841a6a Fix python 3 set comprehension and ...
Add a few set/list comprehension offsets for Python 3
2016-06-06 17:04:59 -04:00

3 lines
70 B
Python

# Bug in python 3.x handling set comprehensions
{y for y in range(3)}