[ZODB-Dev] Confusion about persistent dictionaries / lists

Jeff Sasmor jeff@janix.com
Tue, 3 Jul 2001 16:03:14 -0400


Ah - so then the entire object is marked for storage if one
of its 'normal' attrs is changed.  I wonder if this is a behavior that
is confined to Zope or would occur in any situation using
ZODB.

It doesn't seem necessary to modify my existing code since
the bug has no effect (and changing it would mess up 
existing instances).

Thanks!
Jeff Sasmor

From: "Andrew Kuchling" <akuchlin@mems-exchange.org>

> I'd expect that the dictionary modification would never be written
> out.  If your code modifies other object attributes as well as a
> dictionary or list attribute, then this bug will be disguised.
> 
> --amk
> 
> 
> _______________________________________________
> For more information about ZODB, see the ZODB Wiki:
> http://www.zope.org/Wikis/ZODB/
> 
> ZODB-Dev mailing list  -  ZODB-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zodb-dev
>