changeset 371:55cd61fe519a

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.
author Mike Miller <mtmiller@octave.org>
date Fri, 26 Aug 2016 10:57:08 -0700
parents a8102b1a57a1
children b20b8cf8ad07
files pycall.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ();