Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f50912 commit 8582bb1Copy full SHA for 8582bb1
1 file changed
Lib/ctypes/_endian.py
@@ -1,7 +1,7 @@
1
import sys
2
from ctypes import *
3
4
-_array_type = type(c_int * 3)
+_array_type = type(Array)
5
6
def _other_endian(typ):
7
"""Return the type with the 'other' byte order. Simple types like
0 commit comments