Commit 8582bb1e authored by Meador Inge's avatar Meador Inge

Issue #12142: Fixed reference cycle when importing ctypes

parent 8f50912f
import sys
from ctypes import *
_array_type = type(c_int * 3)
_array_type = type(Array)
def _other_endian(typ):
"""Return the type with the 'other' byte order. Simple types like
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment