6fea0ce to
c1b0146
Compare
There was a problem hiding this comment.
Making some modifications to how module and qualname are stored (will have have those commits in shortly, I hope). After those land, just need to update all the test_enum repr() tests.
repr of a class should return __qualname__ and not __name__ especially in nested classes
|
@ethanfurman is there another PR in parallel to this? Anyway, waiting on it. |
c1b0146 to
da2f409
Compare
|
@danishprakash @ethanfurman I'm triaging open PRs. It looks like the next steps here are:
|
|
Thanks for the bump, @willingc. I have actually decided not to make this change. @danishprakash, thank you for your efforts. |
[WIP] repr of a class should return qualname and
not name especially in nested classes
https://bugs.python.org/issue34443