对于python cpickle,这是一个警告,例如:
Warning The pickle module is not intended to be secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.
我的问题是,如果我想要"安全的方式"做同样的事情?我应该使用哪个模块?