There was an error while loading. Please reload this page.
1 parent aaf8e2e commit 4d16bccCopy full SHA for 4d16bcc
1 file changed
Lib/test/test_buffer.py
@@ -1848,9 +1848,6 @@ def test_ndarray_random(self):
1848
self.assertEqual(mvlist, ylist)
1849
1850
if numpy_array:
1851
- # XXX NumPy (as far as it compiles with 3.3) currently
1852
- # segfaults here. Wait for a stable 3.3 compatible version.
1853
- continue
1854
shape = t[3]
1855
if 0 in shape:
1856
continue # http://projects.scipy.org/numpy/ticket/1910
@@ -1930,9 +1927,6 @@ def test_ndarray_random_slice_assign(self):
1930
1927
self.assertEqual(mr.tolist(), yrlist)
1931
1928
1932
1929
1933
1934
1935
1936
if 0 in lshape or 0 in rshape:
1937
1938
0 commit comments