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 serhiy.storchaka
Recipients eric.smith, serhiy.storchaka
Date 2015-10-20.21:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445375538.53.0.781433530973.issue25449@psf.upfronthosting.co.za>
In-reply-to
Content
C implementation of OrderedDict often has two paths. One for exact OrderedDict and other for subclasses. But only one of the paths is tested.
Proposed patch adds tests for a subclass of C implemented OrderedDict.

test_issue24347 is failed with OrderedDict subclass. Either there is a bug in OrderedDict implementation, or the test should be more lenient.
History
Date User Action Args
2015-10-20 21:12:18serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith
2015-10-20 21:12:18serhiy.storchakasetmessageid: <1445375538.53.0.781433530973.issue25449@psf.upfronthosting.co.za>
2015-10-20 21:12:18serhiy.storchakalinkissue25449 messages
2015-10-20 21:12:18serhiy.storchakacreate