Bill Spotz wrote:
> Hi,
>
> I am currently using PyArray_FromObject() to convert an input
> argument to a 32-bit integer array. On a 64-bit architecture, it is
> easy to create an integer array whose default type is 64-bit. When
> this is sent to PyArray_FromObject(), it raises an error, sa
Hi,
I am currently using PyArray_FromObject() to convert an input
argument to a 32-bit integer array. On a 64-bit architecture, it is
easy to create an integer array whose default type is 64-bit. When
this is sent to PyArray_FromObject(), it raises an error, saying
"array cannot be safel