You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
3 lines
70 B
Python
3 lines
70 B
Python
# Bug in python 3.x handling set comprehensions
|
|
{y for y in range(3)}
|