Yes, this is a bug.
On Fri, Sep 5, 2014 at 4:05 PM, J Robert Ray wrote:
> I looked into at least adding a unit test to verify "except +" behavior for
> all operators and I found that aside from operator(), it seems that all
> operators ignore "except +".
>
> I have C++ code that can throw excepti
I looked into at least adding a unit test to verify "except +" behavior for
all operators and I found that aside from operator(), it seems that all
operators ignore "except +".
I have C++ code that can throw exceptions inside operator[] and sadly this
ends up causing the python interpreter to abor