git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12648
d0543943-73ff-0310-b7d9-
9358b9ac24b2
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Python Framework Loading...\n");
- globals.pool = pool;
- do_config();
-
if (!Py_IsInitialized()) {
// initialize python system
PyEval_ReleaseLock();
}
+ globals.pool = pool;
+ do_config();
/* connect my internal structure to the blank pointer passed to me */
*module_interface = switch_loadable_module_create_module_interface(pool, modname);