]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
The variable k_setjmp was not resetted to false after the execution of a python function JR_ASV_2_1_0_deb
authorrahuel <rahuel@opencascade.com>
Wed, 12 Jan 2005 07:58:46 +0000 (07:58 +0000)
committerrahuel <rahuel@opencascade.com>
Wed, 12 Jan 2005 07:58:46 +0000 (07:58 +0000)
src/Container/Container_i.cxx

index 4f8c33644ec51b44ef03a057de614cdad96837bf..a65af0ea77c268a1cb51002bd4d46a33dbbe8af7 100644 (file)
@@ -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 ;
   }
 }