commit ced0e7b33b617fbfd9137cf2917ab279092dbd7f
Author: Ben Nemec <email address hidden>
Date: Tue Mar 17 17:28:58 2020 +0000
Make compatible with msgpack 1.0.0
There are a couple of things that changed in msgpack 1.0.0 that were
breaking oslo.privsep:
1) The encoding parameter to Unpacker was removed. This has been
deprecated for a while in favor of the `raw` parameter[0], so this
change switches to using raw.
2) The strict_map_key parameter default was changed from False to
True.[1] I haven't found an explanation of why this was done, but
we can explicitly set it False to maintain the previous behavior.
Reviewed: https:/ /review. opendev. org/757033 /git.openstack. org/cgit/ openstack/ oslo.privsep/ commit/ ?id=ced0e7b33b6 17fbfd9137cf291 7ab279092dbd7f
Committed: https:/
Submitter: Zuul
Branch: stable/train
commit ced0e7b33b617fb fd9137cf2917ab2 79092dbd7f
Author: Ben Nemec <email address hidden>
Date: Tue Mar 17 17:28:58 2020 +0000
Make compatible with msgpack 1.0.0
There are a couple of things that changed in msgpack 1.0.0 that were
breaking oslo.privsep:
1) The encoding parameter to Unpacker was removed. This has been
deprecated for a while in favor of the `raw` parameter[0], so this
change switches to using raw.
2) The strict_map_key parameter default was changed from False to
True.[1] I haven't found an explanation of why this was done, but
we can explicitly set it False to maintain the previous behavior.
Closes-Bug: 1855914 /msgpack- python. readthedocs. io/en/latest/ api.html# msgpack. Unpacker /github. com/msgpack/ msgpack- python/ pull/392/ commits/ 6e1d12c0a207257 2890cbb124b94cb 08b582dd2d
Closes-Bug: 1864811
0: https:/
1: https:/
Change-Id: Ia97ecf965d807f 12524d5b6602446 934b5813ce6 f8d0ae0499d9e67 c41114c0b7)
Closes-Bug: 1899140
(cherry picked from commit f19765c683ce847