#include "Common.h" using namespace boost::python; NAMESPACE_UPP void export_Foo() { ONCELOCK { } } END_UPP_NAMESPACE