[issue38525] Strange reversed dict behavior

Dong-hee Na report at bugs.python.org
Sat Oct 19 12:24:19 EDT 2019


Dong-hee Na <donghee.na92 at gmail.com> added the comment:

FYI

c = A(0, 1)
print(type(c.__dict__))
print(list(iter(c.__dict__)))
print(list(reversed(c.__dict__)))

works as we expected.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38525>
_______________________________________


More information about the Python-bugs-list mailing list