[Cython] Best way to link in Cython utility code?
Stefan Behnel
stefan_ml at behnel.de
Sat Dec 20 17:53:33 CET 2008
Hi,
Lisandro Dalcin wrote:
> Dag, sorry about my complete ignorance. This refcounting nanny is
> supposed to be a tool for Cython developement and testing, or rather a
> general mechanism for Cython-generated extension modules?
It's meant for testing the code Cython generates and making sure it gets
ref-counting right when doing things like assigning Python objects back and
forth between temp variables or (I assume) jumping into exception handlers
or returning from the middle of a function.
When Cython gets this right, there shouldn't be any need for such a
functionality on the user side (read: no performance impact or the like).
Stefan
More information about the Cython-dev
mailing list