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 suhailsingh247
Recipients suhailsingh247
Date 2021-03-08.00:58:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615165107.75.0.80264384575.issue43430@roundup.psfhosted.org>
In-reply-to
Content
It is possible to create custom Enum classes with a metaclass that is a subtype of EnumMeta. It is also possible to inherit from such an enumeration to create another enumeration. However, attempting to do so via the functional API raises an exception. See attached file that highlights minimal failing test case.
History
Date User Action Args
2021-03-08 00:58:27suhailsingh247setrecipients: + suhailsingh247
2021-03-08 00:58:27suhailsingh247setmessageid: <1615165107.75.0.80264384575.issue43430@roundup.psfhosted.org>
2021-03-08 00:58:27suhailsingh247linkissue43430 messages
2021-03-08 00:58:27suhailsingh247create