mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
beginning of object support
[SVN r14157]
This commit is contained in:
@@ -14,7 +14,7 @@ namespace boost { namespace python { namespace detail {
|
||||
|
||||
module_base::module_base(const char* name)
|
||||
: m_module(
|
||||
borrow(Py_InitModule(const_cast<char*>(name), initial_methods))
|
||||
python::borrowed(Py_InitModule(const_cast<char*>(name), initial_methods))
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user