mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Fix issue #280
This commit is contained in:
committed by
Stefan Seefeld
parent
f7254f5d8a
commit
f5d14ef15e
@@ -21,7 +21,7 @@ namespace
|
||||
object m_obj(((borrowed_reference_t*)m));
|
||||
scope current_module(m_obj);
|
||||
|
||||
handle_exception(init_function);
|
||||
if (handle_exception(init_function)) return NULL;
|
||||
}
|
||||
|
||||
return m;
|
||||
|
||||
Reference in New Issue
Block a user