The joys of weakrefs... references to instance methods (callbacks)

Patrick K. O'Brien pobrien at orbtech.com
Thu Feb 14 11:58:14 EST 2002


Cool. Since you mentioned ZODB, I'm collecting samples to get a better
understanding of how people are using ZODB outside of Zope. If you (or
anyone else for that matter) have any ZODB code you'd be willing to share,
please send it my way. Thanks.

---
Patrick K. O'Brien
Orbtech

> -----Original Message-----
> From: Mike C. Fletcher [mailto:mcfletch at geocities.com]
> Sent: Thursday, February 14, 2002 1:04 AM
> To: pobrien at orbtech.com; Python List
> Subject: Re: The joys of weakrefs... references to instance methods
> (callbacks)
>
>
> Actually, with the work I just finished, I replaced all watcher
> instances with property objects and call dispatcher directly, so I no
> longer need the watchers at all :) .  The version up on the site is the
> old one, the new one is rather trivial (which is why I got rid of it in
> my code):
>
[snipped code]
>
> Anywho, need to get back to work. This whole Python
> 2.2-on-ZODB-with-automatic-event-generation excursion has sucked up
> almost 4 full days of working time.
>
> Enjoy,
> Mike





More information about the Python-list mailing list