[Numpy-discussion] mixing -fno-exceptions with swig c++ wrappers to python

David Cournapeau david at ar.media.kyoto-u.ac.jp
Mon Sep 7 22:10:30 EDT 2009


Rohit Garg wrote:
> Yeah, that's what I meant. If my code does not use exceptions, then is
> it safe to use -fno-exceptions?
>   

You would have to look at g++ documentation - but if it is safe for your
code, numpy should not make it "unsafe". I am not sure what not using
exception means in C++, though, as new throws exception for example.

cheers,

David



More information about the NumPy-Discussion mailing list