SIGN IN SIGN UP

bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)

When dict subclass overrides order (`__iter__()`, `keys()`, and `items()`), `dict(o)`
should use it instead of dict ordering.


https://bugs.python.org/issue34320
I
INADA Naoki committed
2aaf98c16ae3070378de523a173e29644037d8bd
Parent: d345bb4
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 9/26/2018, 3:59:00 AM