24 Jan
2003
24 Jan
'03
9:45 p.m.
Andrew Athan wrote at 2003-1-24 09:34 -0500:
... It seems that OOBtree has a bug in which replacing a key in setitem sometimes leaves the old key/value in place. Thus, line 740 in Transience.py
index[k]=current Line like this really seem to confuse the "BTrees" package. For us, they can raise a "KeyError" (reported today in the "zope-dev" and "zodb-dev" mailing lists).
We have successfully replaced the "BTrees" package in our development environment by that from ZODB 3.2a1. On Sunday, we will go into production. I will report whether our problems go away with the new "BTrees" package. Dieter