Hi,
I recently compared OrderedDict instances while writing unit tests, and discovered an interesting behavior. If I create two ordered dictionaries with the same keys/values in the same order, I observe that their values are not equal when I compare them.
Are there any reasons for such implementation choices? As it appears disturbing for many people, would it be possible to update these behaviors?
Best Regards,
Alexandre.