Skip to content

gh-119946: Allow Enum to work with ABC mixin#119947

Open
ygale wants to merge 2 commits into
python:mainfrom
ygale:fix-issue-119946-enum-with-abc
Open

gh-119946: Allow Enum to work with ABC mixin#119947
ygale wants to merge 2 commits into
python:mainfrom
ygale:fix-issue-119946-enum-with-abc

Conversation

@ygale
Copy link
Copy Markdown

@ygale ygale commented Jun 2, 2024

@ygale ygale requested a review from ethanfurman as a code owner June 2, 2024 15:40
@ghost
Copy link
Copy Markdown

ghost commented Jun 2, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 2, 2024

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 2, 2024

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@ygale ygale force-pushed the fix-issue-119946-enum-with-abc branch 2 times, most recently from 8f255ce to a141a73 Compare June 2, 2024 16:31
@nineteendo
Copy link
Copy Markdown
Contributor

Could you avoid force pushing please?

In order to keep the commit history intact, please avoid squashing or amending history and then force-pushing to the PR. Reviewers often want to look at individual commits.

Comment thread Lib/test/test_enum.py
@ygale ygale force-pushed the fix-issue-119946-enum-with-abc branch from a141a73 to 8487a73 Compare June 2, 2024 17:17
Comment thread Misc/NEWS.d/next/Library/2024-06-02-19-26-01.gh-issue-119946.g8wtLh.rst Outdated
…8wtLh.rst

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Copy link
Copy Markdown
Member

@ethanfurman ethanfurman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test where a new enum class is created without the color method to ensure that enum creation fails.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 3, 2024

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants