Issue #25410: C implementation of OrderedDict now uses type(self) instead of
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
Showing
Please
register
or
sign in
to comment
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.