|
From: Francesc A. <fa...@ca...> - 2006-01-30 06:37:03
|
Hi,
Apparently something wrong went in latest version of numpy SVN:
In [4]:numpy.__version__
Out[4]:'0.9.5.2021'
In [5]:numpy.empty((1,), dtype=3D'i8')
Out[5]:array([-5193749191705487200], dtype=3Dint64)
In [6]:numpy.empty((1,), dtype=3D[('p', 'i8')])
Segmentation fault
This usually worked well with older versions:
In [7]:numpy.__version__
Out[7]:'0.9.5.1980'
In [8]:numpy.empty((1,), dtype=3D[('p', 'i8')])
Out[8]:array([(-5192306666809247592L,)], dtype=3D(void,8))
BTW, which is the recommended way to report that sort of things, the
list or the Trac interface for SVN numpy? I'd like to start using the
second, but I haven't manage to create a user for reporting issues.
Thanks,
--=20
>0,0< Francesc Altet http://www.carabos.com/
V V C=E1rabos Coop. V. Enjoy Data
"-"
|