• Tim Peters's avatar
    BTree_findRangeEnd(): Don't leak a reference in case of error. One · 2209e3cf
    Tim Peters authored
    caller was compensating for this, others weren't, easier to fix the
    routine than its callers (it's unexpected that an error return may
    require the caller to decref an output argument).  Noted but did not
    yet fix what looks to be a subtle algorithmic problem that can result
    in a bad answer in an unlikely (but possible) case.
    2209e3cf
BTreeTemplate.c 31.9 KB