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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to