mirror of https://github.com/python/cpython
Browse Source
When dict subclass overrides order (`__iter__()`, `keys()`, and `items()`), `dict(o)` should use it instead of dict ordering. https://bugs.python.org/issue34320pull/9585/head
committed by
Miss Islington (bot)
5 changed files with 60 additions and 1 deletions
Loading…
Reference in new issue