Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-model
284 commits behind the upstream repository.
Valentin Lorentz's avatar
vlorentz authored
As NamedTuple inherits from tuple, msgpack serializes it like a tuple,
which makes it indistinguishable from a tuple when deserializing,
which is an issue for the RPC API.
52ef52ea
History