[ZODB-Dev] George Bailey'd objects cause failure in FileStorage._loadBack

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Thu, 31 Oct 2002 08:55:42 -0500


>>>>> "TD" == Toby Dickenson <tdickenson@geminidataloggers.com> writes:

  TD> Hmmm. For diagnosic purposes, would it be a useful to have:

  TD> class POSGeorgeBaileyKeyError(POSKeyError):
  TD>     pass

I don't think you'd get a KeyError.  A GB object will still be in the
database until a pack, right?  Hmmm.  What does FileStorage do in this
case?  Write a data record with no pickle?

I guess if we fix the bug that Magnus found, we can find out what
FileStorage really does.

Jeremy