Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41889: enum: fix multiple-inheritance regression #22487

Merged
merged 1 commit into from Dec 7, 2020

Conversation

ethanfurman
Copy link
Member

@ethanfurman ethanfurman commented Oct 1, 2020

When an Enum class is created from another multi-inherited Enum class, the member type is not being found.

https://bugs.python.org/issue41889

@puddly
Copy link

@puddly puddly commented Dec 6, 2020

Is there anything preventing this regression fix from being merged?

@ethanfurman ethanfurman merged commit c266736 into python:master Dec 7, 2020
10 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 7, 2020

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 7, 2020

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 7, 2020

GH-23672 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 7, 2020
(cherry picked from commit c266736)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 7, 2020

GH-23673 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 7, 2020
(cherry picked from commit c266736)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
ethanfurman pushed a commit that referenced this issue Dec 7, 2020
ethanfurman pushed a commit that referenced this issue Dec 7, 2020
@ethanfurman ethanfurman deleted the enum-inherit_multiple branch Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants