[ZODB-Dev] BTrees and Mutables, was Re: [IndexedCatalog] bug in default indexing

Jeremy Hylton jeremy@zope.com
11 Feb 2003 16:40:35 -0500


On Tue, 2003-02-11 at 16:21, Shane Hathaway wrote:

> I've tried to come up with ways to change Python to fix this nasty 
> issue.  Python provides no object mutation notification mechanism.  The 
> solution, whatever it might be, must have zero impact on non-ZODB software.

I'm not aware of any persistent object systems that mix persistent and
non-persistent objects that don't suffer from this problem.  ObjectStore
has the same problem.

Jeremy