Round-trips assorted Python values through _pickle.dumps →
_pickle.loads. This is the C accelerator used by the
standard library's pickle wrapper; the bridge surface
covers protocols 0-4 for ordinary objects. Protocol-5 read-only
buffers and PickleBuffer instances aren't supported and live in the
stub paths.