Re: [Numpy-discussion] numpy record array segfault

2008-02-20 Thread Sameer DCosta
On Wed, Feb 20, 2008 at 1:22 AM, Nils Wagner [EMAIL PROTECTED] wrote: On Tue, 19 Feb 2008 17:10:10 -0600 Sameer DCosta [EMAIL PROTECTED] wrote: Hi, I'm getting a segfault when using python objects with record arrays. The code (below) basically assigns a single datetime object

[Numpy-discussion] numpy record array segfault

2008-02-19 Thread Sameer DCosta
Hi, I'm getting a segfault when using python objects with record arrays. The code (below) basically assigns a single datetime object to a slice of a column in the record array and then python segfaults as soon as I try to access those array values. I'm using the latest svn version of numpy

Re: [Numpy-discussion] numpy record array segfault

2008-02-19 Thread Nils Wagner
On Tue, 19 Feb 2008 17:10:10 -0600 Sameer DCosta [EMAIL PROTECTED] wrote: Hi, I'm getting a segfault when using python objects with record arrays. The code (below) basically assigns a single datetime object to a slice of a column in the record array and then python segfaults as soon as