From: Stefan Krah Date: Sun, 19 Aug 2012 10:54:50 +0000 (+0200) Subject: The latest NumPy revision no longer segfaults here. X-Git-Tag: v3.3.0rc1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d16bcce07cbd681edbb7fcf944c39f71bb43cfd;p=thirdparty%2FPython%2Fcpython.git The latest NumPy revision no longer segfaults here. --- diff --git a/Lib/test/test_buffer.py b/Lib/test/test_buffer.py index c91f3c40a5b2..80f43466fb0a 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