Hi,

Lisandro Dalcin wrote:
> In short, I want to be able to add some special method to my objects,
> and then Cython will always generate gc support (regardeless if my
> cdef class has or do not have python attributes). In the generated
> tp_visit and tp_clear, Cython work as current, visiting/clearing
> python attributes, but near the end of these function, it calll the
> user-defined special method.

Could you explain a bit what you are going to do in these methods?

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to