-
Miss Islington (bot) yazdı
When dict subclass overrides order (`__iter__()`, `keys()`, and `items()`), `dict(o)` should use it instead of dict ordering. https://bugs.python.org/issue34320 (cherry picked from commit 2aaf98c1) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>