Skip to content

Introduce _collections.OrderedDict type (a.k.a. collections.OrderedDict) #3418

Open
@moreal

Description

@moreal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions