• Tim Peters's avatar
    Collector #892: Misleading error msg when initializing an OIBTree · b404f82a
    Tim Peters authored
    from a dict with a float value.
    
    Mapping_update():  This squashed errors raised by PyObject_SetItem(),
    changing them to a "not a 2-tuple" TypeError instead.  Unclear why, since
    2-tupleness was checked earlier.  Fixed by backporting part of the
    ZODB4 BTree construction code, which doesn't have this problem.  Bonus:
    it's faster now too.
    b404f82a
To find the state of this project's repository at the time of any of these versions, check out the tags..
CHANGES.txt 40.3 KB