[Numpy-discussion] Questions on error handling/refcounting in some ufunc object loops.
Charles R Harris
charlesr.harris@gmail....
Fri Nov 14 00:35:15 CST 2008
On Thu, Nov 13, 2008 at 11:01 PM, David Cournapeau <
david@ar.media.kyoto-u.ac.jp> wrote:
> Charles R Harris wrote:
> >
> >
> > On Thu, Nov 13, 2008 at 10:50 PM, David Cournapeau
> > <david@ar.media.kyoto-u.ac.jp <mailto:david@ar.media.kyoto-u.ac.jp>>
> > wrote:
> >
> > Robert Kern wrote:
> > >
> > > There are ufunc loop implementations outside of numpy. It would
> > break
> > > the API, specifically the typedef PyUFuncGenericFunction.
> > >
> >
> > Would something like a ufunc-specific errno be acceptable in that
> > case ?
> >
> >
> > That might get tricky with threading in the mix.
>
> The trick is at configuration, to know how to "tag" a variable for TLS.
> Windows can do it, posix has it (errno is thread-specific in recent
> posix). I don't know of any other solution, since returning error code
> is not possible, but maybe there is ?
What happens if threading is turned on and a loop calls a python function
that sets an error. I don't recall if the loops are executed with the global
lock held.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20081113/95ce9393/attachment.html
More information about the Numpy-discussion
mailing list