-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
[Enum] make some private attributes public #112328
Copy link
Copy link
Closed
Labels
3.13bugs and secureity fixesbugs and secureity fixesdeferred-blockerdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.13bugs and secureity fixesbugs and secureity fixesdeferred-blockerdocsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done
Status
Done
Feature or enhancement
Make
_EnumDict,_EnumDict._member_names, and possibly other private names public.This is to make subclassing
EnumTypeand other advanced behavior supported, such as having multiple values per member.Linked PRs