There was an error while loading. Please reload this page.
1 parent 8a85c8c commit 51600fcCopy full SHA for 51600fc
1 file changed
Lib/test/test_memoryview.py
@@ -932,7 +932,6 @@ def test_picklebuffer_reference_loop(self):
932
self.assertIsNone(wr())
933
934
def test_overflows_in_floats(self):
935
- array = import_helper.import_module("array")
936
half_data = array.array('e', [0.0])
937
float_data = array.array('f', [0.0])
938
complex_data = array.array('Zf', [0.0])
0 commit comments