Skip to content

[3.9] bpo-41517: do not allow Enums to be extended (GH-22271)#22278

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-3064dbf-3.9
Sep 16, 2020
Merged

[3.9] bpo-41517: do not allow Enums to be extended (GH-22271)#22278
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-3064dbf-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 16, 2020

Copy link
Copy Markdown
Contributor

fix bug that let Enums be extended via multiple inheritance
(cherry picked from commit 3064dbf)

Co-authored-by: Ethan Furman ethan@stoneleaf.us

https://bugs.python.org/issue41517

Automerge-Triggered-By: @ethanfurman

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

Copy link
Copy Markdown
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 48f9925 into python:3.9 Sep 16, 2020
@miss-islington
miss-islington deleted the backport-3064dbf-3.9 branch September 16, 2020 14:35
@talsuk5

talsuk5 commented Sep 16, 2020

Copy link
Copy Markdown

👍

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.

5 participants