$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-28 23:06:37
In most circumstances, you no longer need to use
boost::python::handle_exception() explicitly. Unfortunately, the
documentation wasn't updated appropriately for 1.27.0 [It's a long
story]. However, the boost website currently contains up-to-date docs
which reflect this change.
Alternatively, you can get the latest from the CVS repository, which
contains a backwardly-compatible version of handle_exception() which
will allow your old code to work unchanged.
-Dave
----- Original Message -----
From: "Chad Harrington" <harrington_chad_at_[hidden]>
> I recently upgrade my Boost installation from boost_1_24_0 to
boost_1_27_0 and found that it broke my Boost Python module. Apparently
the the definition of
>
> boost::python::handle_exception has changed: