diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2023-12-05 16:27:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 16:27:36 (GMT) |
commit | de6bca956432cc852a4a41e2a2cee9cdacd19f35 (patch) | |
tree | 148193ac3a0e6275461b4731e22279561ff90893 /Python/getcompiler.c | |
parent | 563ccded6e83bfdd8c5622663c4edb679e96e08b (diff) | |
download | cpython-de6bca956432cc852a4a41e2a2cee9cdacd19f35.zip cpython-de6bca956432cc852a4a41e2a2cee9cdacd19f35.tar.gz cpython-de6bca956432cc852a4a41e2a2cee9cdacd19f35.tar.bz2 |
gh-112328: [Enum] Make some private attributes public. (GH-112514)
* [Enum] Make some private attributes public.
- ``_EnumDict`` --> ``EnumDict``
- ``EnumDict._member_names`` --> ``EnumDict.member_names``
- ``Enum._add_alias_``
- ``Enum._add_value_alias_``
---------
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions