mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
The latest NumPy revision no longer segfaults here.
This commit is contained in:
parent
aaf8e2e32f
commit
4d16bcce07
1 changed files with 0 additions and 6 deletions
|
@ -1848,9 +1848,6 @@ class TestBufferProtocol(unittest.TestCase):
|
||||||
self.assertEqual(mvlist, ylist)
|
self.assertEqual(mvlist, ylist)
|
||||||
|
|
||||||
if numpy_array:
|
if numpy_array:
|
||||||
# XXX NumPy (as far as it compiles with 3.3) currently
|
|
||||||
# segfaults here. Wait for a stable 3.3 compatible version.
|
|
||||||
continue
|
|
||||||
shape = t[3]
|
shape = t[3]
|
||||||
if 0 in shape:
|
if 0 in shape:
|
||||||
continue # http://projects.scipy.org/numpy/ticket/1910
|
continue # http://projects.scipy.org/numpy/ticket/1910
|
||||||
|
@ -1930,9 +1927,6 @@ class TestBufferProtocol(unittest.TestCase):
|
||||||
self.assertEqual(mr.tolist(), yrlist)
|
self.assertEqual(mr.tolist(), yrlist)
|
||||||
|
|
||||||
if numpy_array:
|
if numpy_array:
|
||||||
# XXX NumPy (as far as it compiles with 3.3) currently
|
|
||||||
# segfaults here. Wait for a stable 3.3 compatible version.
|
|
||||||
continue
|
|
||||||
if 0 in lshape or 0 in rshape:
|
if 0 in lshape or 0 in rshape:
|
||||||
continue # http://projects.scipy.org/numpy/ticket/1910
|
continue # http://projects.scipy.org/numpy/ticket/1910
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue