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 barry, eli.bendersky, ethan.furman
Date 2021-01-13.07:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610524088.41.0.376063690344.issue42901@roundup.psfhosted.org>
In-reply-to
Content
New changeset c314e60388282d9829762fb6c30b12e2807caa19 by Ethan Furman in branch 'master':
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
https://github.com/python/cpython/commit/c314e60388282d9829762fb6c30b12e2807caa19
History
Date User Action Args
2021-01-13 07:48:08ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky
2021-01-13 07:48:08ethan.furmansetmessageid: <1610524088.41.0.376063690344.issue42901@roundup.psfhosted.org>
2021-01-13 07:48:08ethan.furmanlinkissue42901 messages
2021-01-13 07:48:08ethan.furmancreate