bpo-33976: support nested classes in Enum by edwardcwang · Pull Request #7950 · python/cpython

edwardcwang added a commit to ucb-bar/hammer that referenced this pull request

Jun 27, 2018
Due to a Python bug/missing feature. Until python/cpython#7950 is merged (and Python 3.8) becomes widespread we'll have to avoid nested Enum classes.

edwardcwang added a commit to ucb-bar/hammer that referenced this pull request

Jun 27, 2018
Due to a Python bug/missing feature. Until python/cpython#7950 is merged (and Python 3.8) becomes widespread we'll have to avoid nested Enum classes.

@edwardcwang

eric-wieser

@edwardcwang

edwardcwang added a commit to ucb-bar/hammer that referenced this pull request

Feb 7, 2019
Due to a Python bug/missing feature. Until python/cpython#7950 is merged (and Python 3.8) becomes widespread we'll have to avoid nested Enum classes.