2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00
This commit is contained in:
Dmitry Bely
2021-02-03 13:52:14 +03:00
committed by Stefan Seefeld
parent f7254f5d8a
commit f5d14ef15e

View File

@@ -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;