Commit 25e70fd1 authored by Meador Inge's avatar Meador Inge

Issue #12142: Fixed reference cycle when importing ctypes

parent acd51f9e
......@@ -4,7 +4,7 @@
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