[Cython] 'with gil:' statement

Pauli Virtanen pav at iki.fi
Wed Mar 16 14:17:59 CET 2011


Wed, 16 Mar 2011 14:10:29 +0100, Dag Sverre Seljebotn wrote:
> Ah, right. I guess I agree with disallowing nested "with nogil"
> statements for the time being then.

Could you make the inner nested "with nogil" statements no-ops instead, 
if the GIL is already released? Does the Cython compiler keep track if 
GIL is acquired or not?

-- 
Pauli Virtanen



More information about the cython-devel mailing list