]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[EDF30062] clean-up
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 14 Jun 2024 05:30:59 +0000 (07:30 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 14 Jun 2024 05:32:09 +0000 (07:32 +0200)
src/Container/SALOME_PyNode.py

index cb8d1abd2306982cbc0175e69a80879406905771..9967390b2c8b2563b793021d3cd88ea3ad23f98f 100644 (file)
@@ -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