Skip to content

Commit 4d16bcc

Browse files
author
Stefan Krah
committed
The latest NumPy revision no longer segfaults here.
1 parent aaf8e2e commit 4d16bcc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/test/test_buffer.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,9 +1848,6 @@ def test_ndarray_random(self):
18481848
self.assertEqual(mvlist, ylist)
18491849

18501850
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
18541851
shape = t[3]
18551852
if 0 in shape:
18561853
continue # http://projects.scipy.org/numpy/ticket/1910
@@ -1930,9 +1927,6 @@ def test_ndarray_random_slice_assign(self):
19301927
self.assertEqual(mr.tolist(), yrlist)
19311928

19321929
if numpy_array:
1933-
# XXX NumPy (as far as it compiles with 3.3) currently
1934-
# segfaults here. Wait for a stable 3.3 compatible version.
1935-
continue
19361930
if 0 in lshape or 0 in rshape:
19371931
continue # http://projects.scipy.org/numpy/ticket/1910
19381932

0 commit comments

Comments
 (0)