[Cython] Measuring "C-ness"?

Magnus Lie Hetland magnus at hetland.org
Fri Feb 6 12:51:09 CET 2009


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.)

-- 
Magnus Lie Hetland
http://hetland.org




More information about the Cython-dev mailing list