bpo-29577: Enum: mixin classes don't mix well with already mixed Enums by ethanfurman · Pull Request #9328 · python/cpython

@ethanfurman

ethanfurman added a commit that referenced this pull request

Sep 22, 2018
…d Enums (GH-9328)

* bpo-29577: allow multiple mixin classes.
(cherry picked from commit 5bdab64)

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

ethanfurman added a commit that referenced this pull request

Sep 22, 2018

@ethanfurman