rPickle is safe in the sense that it does not execute arbitrary code during deserialization. Unlike pickle (which can call arbitrary functions during loads()), rPickle only reconstructs data ...
There was an error while loading. Please reload this page.