Skip to content

cachestore: don't try to catch nonexisting pickle.BadPickleGet. Fixes #159

pickle.loads() can pretty much throw any kind of exception and we can't handle it besides ignoring it, so just catch all.

Merge request reports