
23 Jul
2007
23 Jul
'07
2 p.m.
Can you find out what the python exception is that triggered it ?
Here is my call stack and the code http://cpp.sourceforge.net/?show=38616 The line throwing the exception is marked with a comment.
By the way it's not really python that fails... it's code in errors.hpp : template <class T> inline T* expect_non_null(T* x) { if (x == 0) throw_error_already_set(); return x; } Philippe