On Tue, Dec 22, 2009 at 8:50 AM, Bruce Southey
<bsouthey@gmail.com> wrote:
Hi,
This still crashes Python 2.7 with the test_multiarray.TestIO.test_ascii.
The file numpy/core/src/multiarray/numpyos.c needs a change as per this thread:
"test_multiarray.TestIO.test_ascii segmentation fault with Python2.7"
http://mail.scipy.org/pipermail/numpy-discussion/2009-December/047481.html
The segmentation fault is avoided with this patch derived from the current numpy-1.4RC2 version and not the SVN version.
The patch looks ok, but the functions handle errors differently and I wonder if that has been completely audited.
Chuck