Jim Mussared
|
57fce3bdb2
|
py/objdict: Fix popitem for ordered dicts.
The popitem method wasn't implemented for ordered dicts and would result in
an invalid state.
Fixes issue #5956.
|
2020-04-27 23:53:17 +10:00 |
Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03:00 |
Damien George
|
3d91c12d33
|
tests/basics: Add further tests for OrderedDict.
|
2017-03-03 11:23:54 +11:00 |
Paul Sokolovsky
|
8c35f3979c
|
tests: Update for _io/_collections module having been renamed.
|
2016-05-02 14:15:11 +03:00 |
Paul Sokolovsky
|
d48035b06b
|
tests: Add basic test for OrderedDict.
Mostly to have coverage of newly added code in map.c.
|
2015-03-20 17:26:10 +00:00 |