_bucket_set(): This could leave a mapping bucket in a variety of insane
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").
Showing
Please register or sign in to comment