[ZODB-Dev] Re: [Zope-Checkins] CVS: ZODB3/ZODB - Connection.py:1.88 DB.py:1.48 cPickleCache.c:1.81

Barry Warsaw barry@python.org
09 Apr 2003 11:27:28 -0400


On Wed, 2003-04-09 at 10:56, Jeremy Hylton wrote:

> I'd be happy to relax the restriction and allow tuples.  They seem like
> reasonable oids.

As long as storages are allowed to decide what their oids are, I think
we're fine.  Makes sense since they're creating them via newObjectId()
anyway.  Storage implementations have to know what format an oid is in
order to properly store and load them, and to sniff pickles for object
references, etc.

-Barry