id summary reporter owner description type status milestone component version severity resolution keywords cc 2399 Python boost.mpi.Request.test() crashes dwchiang@… Douglas Gregor "With the addition of the request_with_value type, the wrapper for request::test() was broken (can't convert optional to Python type). A fix: {{{ const object request_test(request &req) { ::boost::optional stat = req.test(); if (stat) return object(*stat); else return object(); } }}} and change the wrapper for Request to use &request_test instead of &cl::test. " Bugs reopened Boost 1.37.0 mpi Boost 1.36.0 Problem