Re: [Numpy-discussion] Error handling in a ufunc inner loop.

2019-09-29 Thread Warren Weckesser
On 9/29/19, Warren Weckesser wrote: > This is a new thread to address the question of error handling in a ufunc > loop that was brought up in the thread on handling core dimensions of > length zero. I'm attempting to answer my own question about the idiomatic > way to handle an error in an inner

[Numpy-discussion] Error handling in a ufunc inner loop.

2019-09-29 Thread Warren Weckesser
This is a new thread to address the question of error handling in a ufunc loop that was brought up in the thread on handling core dimensions of length zero. I'm attempting to answer my own question about the idiomatic way to handle an error in an inner loop. The use of the GIL with a ufunc loop i