[Cython] Measuring "C-ness"?
Stefan Behnel
stefan_ml at behnel.de
Fri Feb 6 13:20:45 CET 2009
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
More information about the Cython-dev
mailing list