From: rahuel Date: Wed, 12 Jan 2005 07:58:46 +0000 (+0000) Subject: The variable k_setjmp was not resetted to false after the execution of a python function X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f8e38513a94d87861da3317472a935fc79afb25;p=modules%2Fkernel.git The variable k_setjmp was not resetted to false after the execution of a python function --- diff --git a/src/Container/Container_i.cxx b/src/Container/Container_i.cxx index 4f8c33644..a65af0ea7 100644 --- a/src/Container/Container_i.cxx +++ b/src/Container/Container_i.cxx @@ -641,6 +641,7 @@ void Engines_Container_i::WaitPythonFunction() { cout << pthread_self() << "Engines_Container_i::ActivatePythonReturn :" << endl ; ActivatePythonReturn() ; + k_setjmp = false ; cout << pthread_self() << "Engines_Container_i::ActivatedPythonReturn" << endl ; } }