]> 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:18:24 +0000 (20:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Oct 2015 17:18:24 +0000 (20:18 +0300)
commit4575beba4b493fcae5e4eb308a31926da0ce24d1
tree81ae48184ee2273f12fed0ec465ee54714e76237
parent4ab220ca6a9814830b52a5bdb7bcf2df58623ce5
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
Objects/odictobject.c