Description
Serialize more kinds of Python objects than the standard pickle module usually handles. It is useful for distributed computing, notebooks, multiprocessing, and tools that need to move functions or dynamic objects between processes.
This is a developer library and pickle data must be treated as unsafe when it comes from untrusted sources. Loading malicious pickle content can execute code, so applications should only deserialize data they trust.