How unpickling untrusted data can lead to remote code execution.| David Hamann
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...| Python documentation
MsgPack| msgpack.org