Closed
Description
- Follow up from CI: Drop Python 3.5 support #29212
Continue work done in #29923
As of CPython 3.6 the implementation of dict maintains insertion order.
This became a language feature in python 3.7.
Note in python 3.8 support for reversed(dict) was added - but we don't seem to use that in the use cases i've eliminated. ( OrderedDict support this)
Add code check as per comment here: #29923 (comment)