(reviving this thread after I thought about it some more...)
As I mentioned in the original post, I want something like __dealloc__
but with access to a particular cdef attribute (representing a Python
object). Since Python attributes of cdef classes may have been cleared
by tp_clear, they can
Jeroen Demeyer schrieb am 09.01.19 um 15:43:
> (reviving this thread after I thought about it some more...)
>
> As I mentioned in the original post, I want something like __dealloc__ but
> with access to a particular cdef attribute (representing a Python object).
> Since Python attributes of cdef