This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, eli.bendersky, ethan.furman
Date 2015-09-17.07:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442474307.48.0.698040907458.issue25147@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-17 07:18:27ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky
2015-09-17 07:18:27ethan.furmansetmessageid: <1442474307.48.0.698040907458.issue25147@psf.upfronthosting.co.za>
2015-09-17 07:18:27ethan.furmanlinkissue25147 messages
2015-09-17 07:18:26ethan.furmancreate