One-shot driver script that stress-tests marimo's ZeroMQ IPC across five Python versions and exercises schema-skew in both directions.
Branch manzt/msgpack-ipc swaps pickle.dumps/loads for
msgspec.msgpack.encode / msgspec.msgpack.Decoder[T] in
marimo/_ipc/queue_proxy.py and marimo/_ipc/connection.py. Existing unit