diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-09-26 12:59:00 +0900 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-25 20:59:00 -0700 |
commit | 2aaf98c16ae3070378de523a173e29644037d8bd (patch) | |
tree | 78b0a34f1d41d23a8b66e607a30fedfd2eb2a352 /Python/Python-ast.c | |
parent | d345bb4d9b6e16c681cd8a4e1fff94ecd6b0bb09 (diff) | |
download | cpython-git-2aaf98c16ae3070378de523a173e29644037d8bd.tar.gz |
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
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions