Re: [Qemu-devel] [PATCH v3 07/13] qapi: ensure stable sort ordering when checking QAPI entities

2018-01-15 Thread Philippe Mathieu-Daudé
On 01/15/2018 07:26 AM, Daniel P. Berrange wrote: > Some early python 3.x versions will have different default > ordering when calling the 'values()' method on a dict, compared > to python 2.x and later 3.x versions. Explicitly sort the items > to get a stable ordering. > > Signed-off-by: Daniel P

[Qemu-devel] [PATCH v3 07/13] qapi: ensure stable sort ordering when checking QAPI entities

2018-01-15 Thread Daniel P. Berrange
Some early python 3.x versions will have different default ordering when calling the 'values()' method on a dict, compared to python 2.x and later 3.x versions. Explicitly sort the items to get a stable ordering. Signed-off-by: Daniel P. Berrange --- scripts/qapi.py | 2 +- 1 file changed, 1 ins