[Python-Dev] Weakref design questions

Brian Quinlan brian@sweetapp.com
Fri, 18 Oct 2002 21:03:10 -0700


Brian Quinlan wrote:
>> Alternatively, you can change the ob_type of the object to simply 
>> drop the methods that are not available anymore.

> I like this strategy! But I still think that this is more 
> painful/less elegant than using proxies.

I'm an idiot. This won't work either for the same reason that I gave
before.

Cheers,
Brian