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