2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

Added scope

[SVN r14593]
This commit is contained in:
Dave Abrahams
2002-07-25 02:23:01 +00:00
parent b7421fd5cd
commit f458dbdbcb
6 changed files with 139 additions and 30 deletions

View File

@@ -98,6 +98,7 @@ namespace
void aix_init_module(
so_load_function load_dynamic_module
, char const* module_name
, void (*init_module)())
{
static bool initialized;
@@ -133,7 +134,7 @@ void aix_init_module(
initialized = true;
}
python::handle_exception(init_module);
python::detail::init_module(module_name, init_module);
}
}}} // namespace boost::python