Feature
When you see the collections module, there are two versions of collections.OrderedDict, pure Python implementation and implemented in CPython C code.
To check compatibility, run the below lines:
from _collections import OrderedDict
It is not incompatible in public exposed APIs so you can close this issue if it is useless.
Python Documentation