On 2005 Jan 15, at 02:30, Phillip J. Eby wrote:

is requested. It's too bad Python doesn't have some sort of deallocation hook you could use to get notified when an object goes away. Oh well.

For weakly referenceable objects, it does. Giving one to other objects would be almost isomorphic to making every object weakly referenceable, wouldn't it? Or am I missing something...?



Alex

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to