[New-bugs-announce] [issue25147] Enum: remove dependency on OrderedDict

Ethan Furman report at bugs.python.org
Thu Sep 17 09:18:27 CEST 2015


New submission from Ethan Furman:

Pulling in collections.OrderedDict has a significant startup cost (from what I've heard, and can easily believe by glancing at all the imports in collections.__init__).

By keeping a separate list for the Enum member names using Enum in the stdlib becomes more attractive.

----------
assignee: ethan.furman
messages: 250875
nosy: barry, eli.bendersky, ethan.furman
priority: normal
severity: normal
stage: patch review
status: open
title: Enum: remove dependency on OrderedDict
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25147>
_______________________________________


More information about the New-bugs-announce mailing list