Eric Snow added the comment:

Regarding #5, you're right about OrderedDict().__dict__ being empty for the C 
implementation.  (Nice observation!)  So I'm okay with ripping all that code 
out of odict_reduce().  Since we're still accessing od.__dict__ through 
_PyObject_GetAttrId() that should not impact subclassing.

----------

_______________________________________
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