31 Jan
2006
31 Jan
'06
7:41 p.m.
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