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 2b6d5dc commit c83b64aCopy full SHA for c83b64a
1 file changed
Lib/test/test_array.py
@@ -1431,6 +1431,7 @@ def test_bytes_extend(self):
1431
array.array(self.typecode, self.example+self.example[::-1])
1432
)
1433
1434
+
1435
class ByteTest(SignedNumberTest, unittest.TestCase):
1436
typecode = 'b'
1437
minitemsize = 1
@@ -1531,6 +1532,7 @@ def test_alloc_overflow(self):
1531
1532
else:
1533
self.fail("Array of size > maxsize created - MemoryError expected")
1534
1535
1536
class LargeArrayTest(unittest.TestCase):
1537
1538
0 commit comments