[Numpy-discussion] Segfault!

Tim Hochberg tim.hochberg at cox.net
Thu Mar 30 19:55:13 EST 2006


The following snippet utilizing a rank-0 array will segfault numpy:

    import numpy
    a = numpy.array(4)
    b = numpy.arange(10)
    a *= b

(Build '0.9.7.2301' using VC7 on windows).

I'll file a better bug report tomorrow, assuming this hasn't been fixed, 
but I'm on my way out the door.

-tim





More information about the NumPy-Discussion mailing list