Salome HOME
CCAR: replace the old way to take the python global interpreter lock
authorcaremoli <caremoli>
Wed, 9 Sep 2009 11:20:21 +0000 (11:20 +0000)
committercaremoli <caremoli>
Wed, 9 Sep 2009 11:20:21 +0000 (11:20 +0000)
commitc758b97a71a49903e3a5a5e8996e25ead238b4e4
tree16771819c2dae1db5fb09981ca476ee5b70f11be
parent6870ab4b643d9987d294e6f9d508ee81378e00a8
CCAR: replace the old way to take the python global interpreter lock
by calls to PyGILState_Ensure/PyGILState_Release in C++ container
so that GIL management be coherent from GUI embedded interpreter to embedded
python container.
src/Container/Container_i.cxx