[Zope-dev] Re: [ZODB-Dev] Weird ConflictErrors - TemporaryStorage
bug?
Dieter Maurer
dieter at handshake.de
Tue Jan 31 14:41:55 EST 2006
Chris Withers wrote at 2006-1-30 18:32 +0000:
>Dieter Maurer wrote:
>> Okay, I see: "TemporaryStorage" raises "ConflictError"
>> when other storages would raise "POSKeyError": something
>> tries to access an "oid" that was recently garbage collected (i.e.
>> deleted).
>>
>> You will never again be able to load this oid without exception
>> (as it was deleted).
>
>Okay, so is this a bug in TemporaryStorage? If so, should I just chuck
>it in the collector?
You should look at the code.
The author thought he did something good, even though I could not
understand him...
--
Dieter
More information about the Zope-Dev
mailing list