This bug seems to went away in the current unstable:

[EMAIL PROTECTED]:/tmp$ cat crash.py 
from numpy import array
sel = array([False,True])
p1 = array([11.])
p1[sel] = p1
[EMAIL PROTECTED]:/tmp$ python crash.py 
[EMAIL PROTECTED]:/tmp$ 

Could you please confirm it? We'll then close the bug in a week or so.

Ondrej




_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to