This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow, rhettinger, serhiy.storchaka
Date 2015-10-17.16:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445098750.29.0.805789002075.issue25410@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-17 16:19:10eric.snowsetrecipients: + eric.snow, rhettinger, serhiy.storchaka
2015-10-17 16:19:10eric.snowsetmessageid: <1445098750.29.0.805789002075.issue25410@psf.upfronthosting.co.za>
2015-10-17 16:19:10eric.snowlinkissue25410 messages
2015-10-17 16:19:09eric.snowcreate