Magnus Lie Hetland wrote: > On Feb 6, 2009, at 12:58, Dag Sverre Seljebotn wrote: >> Also, if you declare functions as "nogil" then Python operations >> will be disallowed. > > I see. To what degree does that involve Python C API stuff for > converting objects and the like? (E.g., if I -- by accident -- convert > between char* and str when calling one of my functions/methods from > another, etc.)
Any Python operation that involves ref-counting is denied. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
