PyObject_Compare() in bucket_get() did not check for raised
exceptions (this error occured when trying to access an OOBTree with a string with non-ascii encoding e.g. latin1. In this case Python raises a Unicode exception that has not been caught and not propagated to the application.
Showing
Please register or sign in to comment