On Friday 26 January 2007 21:45, Travis Oliphant wrote:
> 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-diving. However, I
> >>strongly doubt that many other operations are safe. Depending on how you
> >>got such an array and how long it's expected to live, you might want to
> >> fix the NULL pointers.
>
> Object arrays with NULL pointers should be fine.   Any DECREF (should be
> using) the XDECREF variant internally.
>
> So, yes, it should work fine.
>
> -Travis
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion

Thanks!
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to