mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

Allow decorators to be pickled #112

Closed fjetter closed 3 years ago

fjetter commented 3 years ago

The self._dstore triggers an infinite recursion error when trying to pickle a decorated store. There are reasons why certain stores are not serializable but there is no reason why the decorator should be a problem