Skip to content

bpo-41517: do not allow Enums to be extended#22271

Merged
ethanfurman merged 2 commits into
python:masterfrom
ethanfurman:enum-mi_bug
Sep 16, 2020
Merged

bpo-41517: do not allow Enums to be extended#22271
ethanfurman merged 2 commits into
python:masterfrom
ethanfurman:enum-mi_bug

Conversation

@ethanfurman

@ethanfurman ethanfurman commented Sep 16, 2020

Copy link
Copy Markdown
Member

fix bug that let Enums be extended via multiple inheritance

https://bugs.python.org/issue41517

fix bug that let Enums be extended via multiple inheritance
@miss-islington

Copy link
Copy Markdown
Contributor

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

@bedevere-bot

Copy link
Copy Markdown

@ethanfurman: Please replace # with GH- in the commit message next time. Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 16, 2020
fix bug that let Enums be extended via multiple inheritance
(cherry picked from commit 3064dbf)

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

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 16, 2020
fix bug that let Enums be extended via multiple inheritance
(cherry picked from commit 3064dbf)

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

Copy link
Copy Markdown

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

miss-islington added a commit that referenced this pull request Sep 16, 2020
fix bug that let Enums be extended via multiple inheritance
(cherry picked from commit 3064dbf)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
miss-islington added a commit that referenced this pull request Sep 16, 2020
fix bug that let Enums be extended via multiple inheritance
(cherry picked from commit 3064dbf)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
fix bug that let Enums be extended via multiple inheritance
@ethanfurman
ethanfurman deleted the enum-mi_bug branch April 15, 2021 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants