[Cython] Surprising behaviour wrt. generated tp_clear and tp_dealloc functions

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 23 01:16:23 CEST 2013


Stefan Behnel wrote:
> Torsten Landschoff, 22.04.2013 13:07:

>>One could even think about building a graph of possible object
>>relationships ...  Slot refers only to Slots and Slots only to Context, so
>>these can't build a cycle.
> 
> Interesting. Yes, that might work.

Only if subclassing of Slot and Context are forbidden.

-- 
Greg


More information about the cython-devel mailing list