From: Serhiy Storchaka Date: Thu, 22 Oct 2015 17:19:14 +0000 (+0300) Subject: Issue #25410: C implementation of OrderedDict now uses type(self) instead of X-Git-Tag: v3.6.0a1~1176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afbea7af02ec3b03fa3eff2514d1bb6f031cfa0f;p=thirdparty%2FPython%2Fcpython.git Issue #25410: C implementation of OrderedDict now uses type(self) instead of self.__class__ in __repr__() and __reduce__() for simplicity and reliability. --- afbea7af02ec3b03fa3eff2514d1bb6f031cfa0f