storea is asynchronous and was, therefore, never supposed to return or
raise an exception. It should catch and serialize exceptions raised by the underlying storage, however, unpicklable exceptions could cause it to accidentally raise an exception. We now pickle exceptions more carefully, catching and handling pickling errors.
Showing
Please register or sign in to comment