← Back to team overview

kicad-developers team mailing list archive

Re: Scripting on Windows Fix

 

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 ); }
> };


Follow ups

References