]> granicus.if.org Git - python/commit
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Oct 2015 17:19:14 +0000 (20:19 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Oct 2015 17:19:14 +0000 (20:19 +0300)
commitafbea7af02ec3b03fa3eff2514d1bb6f031cfa0f
tree392f2036edf5c0b3f0d291f8de6d92fe433eeef2
parent5682850e1fc7eb83ba7672e23072152ecbafd08c
parent4575beba4b493fcae5e4eb308a31926da0ce24d1
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.