Opened 3 years ago

Closed 3 years ago

#33203 closed Cleanup/optimization (needsinfo)

OrderedSet should inherit from collections.abc.MutableSet

Reported by: kumaraditya303 Owned by: kumaraditya303
Component: Utilities Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (3)

comment:2 by Tim Graham, 3 years ago

You should describe the rationale in the ticket description.

comment:3 by Mariusz Felisiak, 3 years ago

Resolution: needsinfo
Status: assignedclosed
Type: UncategorizedCleanup/optimization

You should describe the rationale in the ticket description.

Yes. Moreover, I don't see how OrderedSet implements MutableSet as described in PEP 3119.

Note: See TracTickets for help on using tickets.
Back to Top