Message253254
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. |
|
Date |
User |
Action |
Args |
2015-10-20 21:12:18 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, eric.smith |
2015-10-20 21:12:18 | serhiy.storchaka | set | messageid: <1445375538.53.0.781433530973.issue25449@psf.upfronthosting.co.za> |
2015-10-20 21:12:18 | serhiy.storchaka | link | issue25449 messages |
2015-10-20 21:12:18 | serhiy.storchaka | create | |
|