Serhiy Storchaka added the comment:

Here is a patch that makes both implementations to use type(self) instead of 
self.__class__ in __repr__(), __reduce__() and copy().

There is a difference between current implementations. Python implementation 
uses self.__class__ in copy(), C implementation uses type(self).

----------
Added file: http://bugs.python.org/file40806/odict_type.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to