Skip to content

Conversation

@ethanfurman
Copy link
Member

@ethanfurmanethanfurman commented Apr 4, 2023

One edge case not passing, but otherwise this will give us an idea of any performance boost.

@ethanfurmanethanfurman added performance Performance or resource usage DO-NOT-MERGE stdlib Standard Library Python modules in the Lib/ directory 3.12 only security fixes labels Apr 4, 2023
@ethanfurmanethanfurman self-assigned this Apr 4, 2023
i.e. Color.RED.BLUE is now officially supported.
@ethanfurman
Copy link
MemberAuthor

Updated docs and tests.

@ethanfurmanethanfurman changed the title gh-93910: [Enum] test code for enum attribute speed-upgh-93910: [Enum] remove member.member deprecationApr 5, 2023
@ethanfurmanethanfurman merged commit 4ec8dd1 into python:mainApr 6, 2023
@ethanfurmanethanfurman added 3.11 only security fixes needs backport to 3.11 only security fixes labels Apr 6, 2023
@miss-islington
Copy link
Contributor

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @ethanfurman, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 4ec8dd10bd4682793559c4eccbcf6ae00688c4c3 3.11

@bedevere-bot
Copy link

GH-103299 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Apr 6, 2023
ethanfurman added a commit to ethanfurman/cpython that referenced this pull request Apr 6, 2023
…onGH-103236) i.e. Color.RED.BLUE is now officially supported.. (cherry picked from commit 4ec8dd1) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
@ethanfurmanethanfurman deleted the enum-fast branch April 6, 2023 03:30
ethanfurman added a commit that referenced this pull request Apr 6, 2023
…H-103299) i.e. Color.RED.BLUE is now officially supported.. (cherry picked from commit 4ec8dd1) Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
gaogaotiantian pushed a commit to gaogaotiantian/cpython that referenced this pull request Apr 8, 2023
) i.e. Color.RED.BLUE is now officially supported.
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
) i.e. Color.RED.BLUE is now officially supported.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.11only security fixes3.12only security fixesperformancePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ethanfurman@miss-islington@bedevere-bot