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 BTaskaya, ethan.furman, jbasko, rhettinger, stutzbach, tda
Date 2021-02-01.20:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612210234.96.0.324498011259.issue35815@roundup.psfhosted.org>
In-reply-to
Content
That patch was rejected in favor of updating Enum to use `__set_name__` to do the final creation of enum members.

The same thing could be done for ABC, but I lack the C skills to make it happen.
History
Date User Action Args
2021-02-01 20:10:34ethan.furmansetrecipients: + ethan.furman, rhettinger, stutzbach, BTaskaya, jbasko, tda
2021-02-01 20:10:34ethan.furmansetmessageid: <1612210234.96.0.324498011259.issue35815@roundup.psfhosted.org>
2021-02-01 20:10:34ethan.furmanlinkissue35815 messages
2021-02-01 20:10:34ethan.furmancreate