- fixes bad dead lock on Mac OSX. This could potentially happen also elsewhere, depending on exact python version.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@904 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent bdba6d6f0d
commit 83d837c1b0

@ -292,7 +292,7 @@ void IvrFactory::init_python_interpreter(const string& script_path)
PyEval_InitThreads();
set_sys_path(script_path);
import_ivr_builtins();
PyEval_ReleaseLock();
PyEval_SaveThread();
}
void IvrFactory::set_sys_path(const string& script_path)

Loading…
Cancel
Save