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 <[email protected]> wrote:

> class PyLOCK
> {
>    PyGILState gil_state;
> 
> public:
>    PyLOCK()      { gil_state = PyGILState_Ensure(); }
>    ~PyLOCK()     { PyGILState_Release( gil_state ); }
> };

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to