mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 17:32:29 +08:00
Raise major version limit for msgpack (#8466)
This commit is contained in:
@@ -177,7 +177,7 @@ cdef class MessagePackSerializer(object):
|
||||
raise Exception('Unrecognized ext type id: {}'.format(code))
|
||||
try:
|
||||
gc.disable() # Performance optimization for msgpack.
|
||||
return msgpack.loads(s, ext_hook=_ext_hook, raw=False)
|
||||
return msgpack.loads(s, ext_hook=_ext_hook, raw=False, strict_map_key=False)
|
||||
finally:
|
||||
gc.enable()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user