From: Anthony Geay Date: Fri, 14 Jun 2024 05:30:59 +0000 (+0200) Subject: [EDF30062] clean-up X-Git-Tag: V9_13_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3af7caceff1ca5165a81868d4e454d881c9e9681;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