Phillip J. Eby wrote:
> The part I'm not 
> immediately sure of is where to call it *from*, so that you can still 
> subclass weakref.ref and not end up in a strange delegation loop.

The function for creating a weak ref would need to be
different from the weakref class itself. One of them
would have to be renamed (unless you want to do something
magical and potentially confusing).

--
Greg
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to