$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Marcin Kalicinski (kalita_at_[hidden])
Date: 2007-06-10 08:08:04
python::dict m_mainNamespace = python::dict(m_mainModule.attr("__dict__"));
The above code makes a copy of mainModule dictionary. Is it possible to make
m_mainNamespace not a copy but a reference to mainModule dictionary?
Marcin