[C++-sig] boost.python call_method+thread => wrong exceptionhandling?

2011-05-20 Thread Nox 7Bitfaster
Hi, Im currently working with boost.python and stumpled into a strang behavior. If I call a not existing method with call_method from the main thread everything works as excepted (exception is raised and handled in python) but if I call it from a seperate thread call_method does not raise a c+

Re: [C++-sig] boost.python call_method+thread => wrong exceptionhandling?

2011-05-21 Thread Nox 7Bitfaster
I removed the windows.h include and placed the boost/python.hpp include at the first place but the behavior did not change. ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig