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 vstinner
Recipients pablogsal, vstinner
Date 2019-12-16.18:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576520101.13.0.21228065536.issue39069@roundup.psfhosted.org>
In-reply-to
Content
> On the same PR, I also proposed to use import enum:

"import enum" is not the biggest enum. Creating an enum type is expensive, and so we might to do it lazily. For example, "import re" was made betweeen 20 an 30% slower than re constants were converted to enums.
History
Date User Action Args
2019-12-16 18:15:01vstinnersetrecipients: + vstinner, pablogsal
2019-12-16 18:15:01vstinnersetmessageid: <1576520101.13.0.21228065536.issue39069@roundup.psfhosted.org>
2019-12-16 18:15:01vstinnerlinkissue39069 messages
2019-12-16 18:15:00vstinnercreate