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
Feature
When you see the
collectionsmodule, there are two versions ofcollections.OrderedDict, pure Python implementation and implemented in CPython C code.To check compatibility, run the below lines:
It is not incompatible in public exposed APIs so you can close this issue if it is useless.
Python Documentation