-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
[Enum] move member creation to __set_name__ in order to support __init_subclass__ #87067
Copy link
Copy link
Closed
Closed
Copy link
Labels
3.10only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
| BPO | 42901 |
|---|---|
| Nosy | @warsaw, @ethanfurman, @hroncok |
| PRs | __set_name__ #24196 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/ethanfurman'
closed_at = <Date 2021-01-25.23:13:30.087>
created_at = <Date 2021-01-12.01:27:28.386>
labels = ['type-feature', 'library', '3.10']
title = '[Enum] move member creation to __set_name__ in order to support __init_subclass__'
updated_at = <Date 2021-02-08.12:41:34.225>
user = 'https://github.com/ethanfurman'bugs.python.org fields:
activity = <Date 2021-02-08.12:41:34.225>
actor = 'hroncok'
assignee = 'ethan.furman'
closed = True
closed_date = <Date 2021-01-25.23:13:30.087>
closer = 'ethan.furman'
components = ['Library (Lib)']
creation = <Date 2021-01-12.01:27:28.386>
creator = 'ethan.furman'
dependencies = []
files = []
hgrepos = []
issue_num = 42901
keywords = ['patch']
message_count = 3.0
messages = ['384875', '385006', '386629']
nosy_count = 4.0
nosy_names = ['barry', 'eli.bendersky', 'ethan.furman', 'hroncok']
pr_nums = ['24196']
priority = 'high'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42901'
versions = ['Python 3.10']Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement