- BTrees allowed object keys with insane comparison. (Comparison
inherited from object, which compares based on in-process address.) Now BTrees warn if an attempt is made to save a key with comparison inherited from object. (This doesn't apply to old-style class instances.) This will become an error in ZODB 3.11.
Showing
Please register or sign in to comment