issue 674: remove DEFAULT_RECURSE_LIMIT and ValueError for signaling recursion limit by rsiemens · Pull Request #675 · msgpack/msgpack-python
If issue 674 is accepted then this patch resolves.
If removing nest_limit is deemed to risky (fear of users depending on this) then can keep it and update DEFAULT_RECURSE_LIMIT = sys.getrecursionlimit().