$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Miroslav Silovic (miro_at_[hidden])
Date: 2003-09-29 09:41:10
My apologies if this is a documented question (I did look) :)
What are the interactions between boost::python and threads? In
particular, should a threaded program grab the global python lock before
using call_method<> (and if not, is the class wrapper for a class with
virtual methods a good canonical place to handle this)?
Miro