• Tim Peters's avatar
    _bucket_set(): This could leave a mapping bucket in a variety of insane · 7b55db76
    Tim Peters authored
    states when the value passed in was of the wrong type (for example,
    doing
        b[obj] = 3.7
    when b is an OIBTree).  This manifested as a refcount leak in the test
    suite, but could have been much worse (most likely in real life is that
    a seemingly arbitrary existing key would "go missing").
    7b55db76
BucketTemplate.c 37.1 KB