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 5bb9dfb commit 8abda12Copy full SHA for 8abda12
1 file changed
Lib/test/test_ctypes/test_arrays.py
@@ -4,7 +4,7 @@
4
from ctypes import (Structure, Array, ARRAY, sizeof, addressof,
5
create_string_buffer, create_unicode_buffer,
6
c_char, c_wchar, c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint,
7
- c_long, c_ulonglong, c_float, c_double, c_longdouble, POINTER)
+ c_long, c_ulonglong, c_float, c_double, c_longdouble)
8
from test.support import bigmemtest, _2G, threading_helper, Py_GIL_DISABLED
9
from ._support import (_CData, PyCArrayType, Py_TPFLAGS_DISALLOW_INSTANTIATION,
10
Py_TPFLAGS_IMMUTABLETYPE)
0 commit comments