Martin Wiechert wrote:
>On Friday 26 January 2007 21:03, Robert Kern wrote:
>
>
>>Martin Wiechert wrote:
>>
>>
>>>Hi gurus,
>>>
>>>is it (in C) safe to deallocate an array of type NPY_OBJECT, which
>>>carries NULL pointers?
>>>
>>>
>>Possibly, I'm not sure without doing some more code-
On Friday 26 January 2007 21:03, Robert Kern wrote:
> Martin Wiechert wrote:
> > Hi gurus,
> >
> > is it (in C) safe to deallocate an array of type NPY_OBJECT, which
> > carries NULL pointers?
>
> Possibly, I'm not sure without doing some more code-diving. However, I
> strongly doubt that many othe
Martin Wiechert wrote:
> Hi gurus,
>
> is it (in C) safe to deallocate an array of type NPY_OBJECT, which carries
> NULL pointers?
Possibly, I'm not sure without doing some more code-diving. However, I strongly
doubt that many other operations are safe. Depending on how you got such an
array and