mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
2aaf98c16a
When dict subclass overrides order (`__iter__()`, `keys()`, and `items()`), `dict(o)` should use it instead of dict ordering. https://bugs.python.org/issue34320
Source files for various builtin objects