]> granicus.if.org Git - python/commitdiff
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)
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.


Trivial merge