Files
python-uncompyle6/test/simple_source/def/11_classbug_subclass_fn.py
2016-06-20 17:20:47 -04:00

6 lines
148 B
Python

# From python 3.4 endian.py
# Bug was having two CALL_FUNCTION ops in bytecode.
from ctypes import *
class _swapped_meta(type(Structure)):
pass