PyObject_Compare() in bucket_get() did not check for raised
Andreas Jung authored
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.
c2a6316c