Files
python-uncompyle6/test/simple_source/expression/06_frozenset.py
2016-05-18 17:01:40 -04:00

6 lines
180 B
Python

# Bug from Python 3.3 _markupbase.py cross compilatin
# error in unmarshaling a frozenset
import sys
if sys.argv[0] in {"attlist", "linktype", "link", "element"}:
print("Yep")