When using `strict_types=True`, serializing tuples fails: >>> msgpack.dumps((1,2, 3), strict_types=True) .... TypeError: can't serialize (1, 2, 3) (Using "tip" version of msgpack.)