You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
- 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
6 lines
191 B
Python
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")
|