https://docs.python.org/3/reference/datamodel.html#object.__...
> Changed in version 3.3: Hash randomization is enabled by default.
But since Python 3.6 dicts keep the insertion order, so the order of iteration is deterministic again.