# HG changeset patch # User Mike Miller # Date 1472234228 25200 # Node ID 55cd61fe519a577b7cf7304b6a6d0613d89b005a # Parent a8102b1a57a1f6837a590a178976f659c798a8d2 pycall: improve performance, delete unnecessary call to init_exceptions (fixes issue #64) * pycall.cc (Fpycall): Delete call to pytave::init_exceptions. This function only serves to register C++ exceptions with Boost.Python. diff -r a8102b1a57a1 -r 55cd61fe519a pycall.cc --- a/pycall.cc Fri Aug 26 08:15:14 2016 -0700 +++ b/pycall.cc Fri Aug 26 10:57:08 2016 -0700 @@ -95,7 +95,6 @@ Py_Initialize (); - pytave::init_exceptions (); numeric::array::set_module_and_type ("numpy", "ndarray"); _import_array ();