Jeff Epler 46db0366b8
OrderedDict.move_to_end: alternate implementation of #8234
this implementation is hoped to be smaller. (feather_m4_express/fr fits
unlike the other PR; approximate savings ~600 bytes)

Minor difference to standard Python: A `dict` object has a
`move_to_end` method. However, calling this method always results in
TypeError.

Implementing it this way means that the method table can still be shared
between OrderedDict and builtin dict.

Closes #4408.
2023-08-04 09:26:26 -05:00
..
2019-10-14 16:05:17 -07:00
2023-03-20 12:12:30 +07:00
2014-03-31 18:02:22 +01:00
2023-03-23 09:24:11 -04:00
2022-02-15 12:36:26 -06:00
2020-09-04 00:10:24 +10:00
2020-03-09 21:13:33 -05:00
2017-05-29 11:36:05 +03:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00
2023-03-23 09:24:11 -04:00