From: Anthony Geay Date: Fri, 14 Jun 2024 05:30:59 +0000 (+0200) Subject: [EDF30062] clean-up X-Git-Tag: emc2p_2.1.0-rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e18668446ac0057c0a3b4a1aac51e8d2d220f793;p=modules%2Fkernel.git [EDF30062] clean-up --- diff --git a/src/Container/SALOME_PyNode.py b/src/Container/SALOME_PyNode.py index cb8d1abd2..9967390b2 100644 --- a/src/Container/SALOME_PyNode.py +++ b/src/Container/SALOME_PyNode.py @@ -735,9 +735,6 @@ with open(inputFileName,"rb") as f: context[MY_PERFORMANCE_LOG_ENTRY_IN_GLBS] = eval( MY_PERFORMANCE_LOG_ENTRY_IN_GLBS ) with open(codeFileName,"r") as f: code = f.read() -# -import gc -gc.disable() # go for execution exec( code , context ) # filter part of context to be exported to father process