Hi,

is it possible to use __del__ in cython? A first try didn't succeed:

cpdef class Foo:
    def __del__(self):
        print "Foo::__del__"

>>> from ship.test import Foo
>>> f = Foo()
>>> del f
<<no output>>

Any chance to get this or something equivalent working?

Johannes

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to