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 d17521c commit 670c7a1Copy full SHA for 670c7a1
1 file changed
Lib/test/test_ctypes/test_arrays.py
@@ -102,12 +102,12 @@ def test_simple(self):
102
# cannot delete items
103
with self.assertRaises(TypeError):
104
del ca[0]
105
-
+
106
def test_ctypes_array_class_assignment_incompatible(self):
107
A = c_long * 3
108
B = c_long * 5
109
x = A(1, 2, 3)
110
111
112
x.__class__ = B
113
0 commit comments