• Jim Fulton's avatar
    Bug Fixed · bb5aac21
    Jim Fulton authored
    - BTrees allowed object keys with insane comparison. (Comparison
      inherited from object, which compares based on in-process address.)
      Now BTrees raise TypeError is an attempt is made to save a key with
      comparison inherited from object. (This doesn't apply to old-style
      class instances.)
    bb5aac21
testBTrees.py 69.8 KB