$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-03-21 13:15:58
Hi,
I remember reading in the boost documentation a while back that
Py_Finalize() should not be called when using Boost.Python to embed or
extend python. I cannot find that documentation again, unfortunately. Is
this a true statement or is it safe to call Py_Finalize()? If not, why can
this not be called? How does Boost.Python handle finalizing the interpreter?
Thanks.