| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-24 | py/objtype: Support passing in an OrderedDict to type() as the locals. | Damien George | |
| An OrderedDict can now be used for the locals when creating a type explicitly via type(name, bases, locals). Signed-off-by: Damien George <damien@micropython.org> | |||
