• Jim Fulton's avatar
    - BTrees allowed object keys with insane comparison. (Comparison · 485a07d5
    Jim Fulton authored
      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.
    485a07d5
BTreeModuleTemplate.c 17.2 KB