commit | afbea7af02ec3b03fa3eff2514d1bb6f031cfa0f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 22 20:19:14 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 22 20:19:14 2015 +0300 |
tree | 392f2036edf5c0b3f0d291f8de6d92fe433eeef2 | |
parent | 5682850e1fc7eb83ba7672e23072152ecbafd08c [diff] | |
parent | 4575beba4b493fcae5e4eb308a31926da0ce24d1 [diff] |
Issue #25410: C implementation of OrderedDict now uses type(self) instead of self.__class__ in __repr__() and __reduce__() for simplicity and reliability.