[Zope-dev] Looking for a way to override the export/import of anpersistent object

2002-12-14 Thread Johan Carlsson [EasyPublisher]
Hi, I'm looking for someway the override the export/import for persistent Zope objects. For instance having an ExtensionClass based class I could override the the __setstate__/__getstate__ or __reduce__ methods to change some of the attributes. This would be useful for serializing objects that s

Re: [Zope-dev] Infuriating ZClass registry Heisenbug

2002-12-14 Thread Shane Hathaway
On 12/12/2002 12:30 PM, Jeremy Hylton wrote: >"SH" == Shane Hathaway writes: SH> On Wed, 11 Dec 2002, Evan Simpson wrote: >> I think I've fixed my ZGlobals, but there's definitely a problem >> in coptimizations. I made Connections.py use the Python >> persistent_id, restarted twic