From 2f8e38513a94d87861da3317472a935fc79afb25 Mon Sep 17 00:00:00 2001 From: rahuel Date: Wed, 12 Jan 2005 07:58:46 +0000 Subject: [PATCH] The variable k_setjmp was not resetted to false after the execution of a python function --- src/Container/Container_i.cxx | 1 + 1 file changed, 1 insertion(+) 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 ; } } -- 2.39.2