what about DECREF() implemented in python?
Did some version of python had DECREF() implemented in python? Or, at least, some callback / overload posibility from python, like, ob_type->tp_dealloc ? I think that with this, someone could implement, in python, the object-finalizators when an object goes out of scope.. Has sense that I make some stats to see if it's time expensive? See ya, david -- + There is no dark side of the moon really. Matter of fact it's all dark.
Ah.. It seems to be very dificult to be implemented. (I've got a neverending loop :-) ) Sorry.. forget it. On Tue June 15 2004 22:52, alejandro david weil wrote:
Did some version of python had DECREF() implemented in python?
Or, at least, some callback / overload posibility from python, like, ob_type->tp_dealloc ?
I think that with this, someone could implement, in python, the object-finalizators when an object goes out of scope..
Has sense that I make some stats to see if it's time expensive?
See ya, david
-- + There is no dark side of the moon really. Matter of fact it's all dark.
participants (1)
-
alejandro david weil