Thread Previous • Date Previous • Date Next • Thread Next |
I'm going to test it right now, give me 5 minutes :) Miguel Angel Ajo http://www.nbee.es +34911407752 skype: ajoajoajo On 11/03/2013, at 15:25, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote: > class PyLOCK > { > PyGILState gil_state; > > public: > PyLOCK() { gil_state = PyGILState_Ensure(); } > ~PyLOCK() { PyGILState_Release( gil_state ); } > };
Thread Previous • Date Previous • Date Next • Thread Next |