Files
python-uncompyle6/test/simple_source/expression/06_frozenset.py
rocky 57d1f3b9f9 More testing
- travis:
   * 2.7.12 - bump from 2.7.11
   * 3.3.6

test_pyenvlib: add --weak-verify to
Makefile: check-3.2.6 needs --weak-verify
2016-09-08 05:09:36 -04:00

6 lines
191 B
Python

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