← back to index

Wasthon — _pickle smoke test

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.