niolabs / safepickle

Provides an alternative to using Python's unsafe pickle module
Apache License 2.0
1 stars 1 forks source link

Document differences between pickle and safepickle #3

Open mattdodge opened 7 years ago

mattdodge commented 7 years ago

It would be nice to have a comparison of the things (i.e., data types) that are picklable but not safepicklable. If there are any vice versa then we could document those too.

f1401martin commented 7 years ago

The following types can be pickled (taken from python's pickle documentation):

In contrast, safepickle currently does not save: