◐ Shell
clean mode source ↗

gh-93910: [Enum] remove member.member deprecation by ethanfurman · Pull Request #103236 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

i.e. Color.RED.BLUE is now officially supported.

@ethanfurman

@ethanfurman ethanfurman changed the title gh-93910: [Enum] test code for enum attribute speed-up gh-93910: [Enum] remove member.member deprecation

Apr 5, 2023

@miss-islington

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

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

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>

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.

Labels

3.11

only security fixes

3.12

only security fixes

performance

Performance or resource usage

stdlib

Standard Library Python modules in the Lib/ directory