summaryrefslogtreecommitdiff
path: root/Lib/test/test_buffer.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-08-19 12:54:50 +0200
committerStefan Krah <skrah@bytereef.org>2012-08-19 12:54:50 +0200
commit4d16bcce07cbd681edbb7fcf944c39f71bb43cfd (patch)
tree6df281e7d3808c79f1b7127c36ce0a3b54bf9b31 /Lib/test/test_buffer.py
parentaaf8e2e32fc825ddf36e09b647ccf178ec6bde66 (diff)
downloadcpython-git-4d16bcce07cbd681edbb7fcf944c39f71bb43cfd.tar.gz
The latest NumPy revision no longer segfaults here.
Diffstat (limited to 'Lib/test/test_buffer.py')
-rw-r--r--Lib/test/test_buffer.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py
index c91f3c40a5..80f43466fb 100644
--- a/Lib/test/test_buffer.py
+++ b/Lib/test/test_buffer.py
@@ -1848,9 +1848,6 @@ class TestBufferProtocol(unittest.TestCase):
self.assertEqual(mvlist, ylist)
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]
if 0 in shape:
continue # http://projects.scipy.org/numpy/ticket/1910
@@ -1930,9 +1927,6 @@ class TestBufferProtocol(unittest.TestCase):
self.assertEqual(mr.tolist(), yrlist)
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:
continue # http://projects.scipy.org/numpy/ticket/1910