Has behavior of c++ exception changed with boost::python + python3?
I used to simply use throw from c++. Now I get:
SystemError: initialization of ldpc_45 raised unreported exception
I believe this exception was really:
if (!fp)
throw std::runtime_error ((boost::format ("fopen %1% failed") %
name).str());
which would have produced a good error message under python2.6.
_______________________________________________
Cplusplus-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/cplusplus-sig