I figures out the bug; patch for /src/arrayobject.c is attached.

Manuel
1869c1869
< 	if (((PyArrayObject *)self)->nd>1){
---
> 	if (((PyArrayObject *)self)->nd>0){

Reply via email to