mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
There's a need for .exp file because CPython renders OrderedDict's as:
OrderedDict([('b', 2)])
while MicroPython as:
OrderedDict({'b': 2})
289 B
289 B