• Tim Peters's avatar
    BTree_findRangeEnd(): Don't leak a reference in case of error. One · f9054d22
    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.
    f9054d22
BTreeTemplate.c 31.9 KB