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 AlexWaygood, christian.heimes, ethan.furman, rhettinger
Date 2021-12-20.05:33:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639978416.75.0.846310437602.issue46132@roundup.psfhosted.org>
In-reply-to
Content
Some testing reveals that `__slots__` is not a good option for Enum -- it makes it impossible to mix in in other types such as `int`.
History
Date User Action Args
2021-12-20 05:33:36ethan.furmansetrecipients: + ethan.furman, rhettinger, christian.heimes, AlexWaygood
2021-12-20 05:33:36ethan.furmansetmessageid: <1639978416.75.0.846310437602.issue46132@roundup.psfhosted.org>
2021-12-20 05:33:36ethan.furmanlinkissue46132 messages
2021-12-20 05:33:36ethan.furmancreate