- Applied Matteos tips to the error handling code. Now all loading errors whould be handled. Don
t 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:
parent
6911676b53
commit
addad6aa26
3 changed files with 42 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue