]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Fix of 0022630: EDF 8445 - using multiprocessing with the Python console of SALOME...
authorakl <akl@opencascade.com>
Thu, 7 Aug 2014 13:07:40 +0000 (17:07 +0400)
committerakl <akl@opencascade.com>
Thu, 7 Aug 2014 13:07:40 +0000 (17:07 +0400)
commit30c110126b9f9a33651a913e841faf83e0b9a888
tree1f88727481c6cdbce1a60f8f06ba7f895c44489b
parentcac0b4571c951b557e1956d4777cf1e5199637c3
Fix of 0022630: EDF 8445 - using multiprocessing with the Python console of SALOME 7.4.0.
Copying of main dictionary was added by 'ad3a201' commit in order to have a new context of Python interpreter for each study, but it leads to the situation that '__main__' module in sys.modules dictionary is not updated with a new functions and variables.
Now dictionary copying has been removed to fix the mentioned bug, but we have a common Python context for all studies in the Salome session.
src/PyConsole/PyConsole_Interp.cxx