[PyQt] QProcess hangup using PyQt + threads

Denis RIVIERE denis.riviere at cea.fr
Fri Feb 26 14:20:46 GMT 2010


Le vendredi 26 février 2010, Phil Thompson a écrit :
>
> The pthread_atfork() didn't work for me.
>
> The /HoldGIL/ annotation did.
>
> Phil

Same conclusion: the pthread_atfork() just produces a systematic hold at the 
first fork.
/HoldGIL/ seems to work.

Thanks for your help.
Denis


More information about the PyQt mailing list