[Pyrex] Pyrex and the GIL

Andrew Bennetts andrew-pyrex at puzzling.org
Fri Sep 9 04:19:43 CEST 2005


On Fri, Sep 09, 2005 at 01:59:54PM +1200, Greg Ewing wrote:
> Bob Ippolito wrote:
> 
> >ensure_gil ?
> 
> That's not right either, because when calling
> out to such a function you need to ensure that
> the GIL is *not* held.

ensures_gil ?

I'm guessing it would be using PyGILState_Ensure(), after all.

-Andrew.




More information about the Pyrex mailing list