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 ethan.furman
Date 2020-12-04.14:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607093463.71.0.994675423727.issue42567@roundup.psfhosted.org>
In-reply-to
Content
__init_subclass__ is being automatically called when the initial Enum is created, but before the members have been added, greatly reducing that method's usefulness.
History
Date User Action Args
2020-12-04 14:51:03ethan.furmansetrecipients: + ethan.furman
2020-12-04 14:51:03ethan.furmansetmessageid: <1607093463.71.0.994675423727.issue42567@roundup.psfhosted.org>
2020-12-04 14:51:03ethan.furmanlinkissue42567 messages
2020-12-04 14:51:03ethan.furmancreate