- Applied Matteos tips to the error handling code. Now all loading errors whould be handled. Dont know about runtime errors, though

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@832 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-09 13:24:42 +00:00
parent 6911676b53
commit addad6aa26
3 changed files with 42 additions and 31 deletions

View file

@ -91,6 +91,7 @@ namespace sgpem
PythonCPUPolicy& operator=(const PythonCPUPolicy&);
void wait_unlock() const throw(UserInterruptException);
static std::string get_exception_information();
PyObject* _upolicy_dict;
PyObject* _adapter;