mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 10:20:34 +05:00
PAL12755: SALOME frozen with 'Load Script' and a python module. A fix by Christian CAREMOLI.
This commit is contained in:
parent
e09d16fe72
commit
912e56d747
@ -30,6 +30,13 @@
|
|||||||
#include "SMESHGUI_Swig.hxx"
|
#include "SMESHGUI_Swig.hxx"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
/* Exception handler for all functions */
|
||||||
|
%exception {
|
||||||
|
Py_BEGIN_ALLOW_THREADS
|
||||||
|
$action
|
||||||
|
Py_END_ALLOW_THREADS
|
||||||
|
}
|
||||||
|
|
||||||
%include "typemaps.i"
|
%include "typemaps.i"
|
||||||
|
|
||||||
class SMESH_Swig
|
class SMESH_Swig
|
||||||
|
Loading…
Reference in New Issue
Block a user