Backport PR
#6081: don’t modify dict keys while iterating through them...
Backport PR
#6081: don’t modify dict keys while iterating through them
in `jsonutil.rekey`, which could prevent some keys from being modified during the iteration.
closes
#5901
Fixes 'unorderable types' failure on Python 3 in test_client:
...