Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
I merged the PR since I'm working on other changes which are in conflict with this PR, like PR #21086. |
Sorry, something went wrong.
Making the empty frozenset a singleton wasn't worth it. Unlike empty strings and empty tuples, these are not common and don't warrant a special case. Taking it out makes the code simpler.
https://bugs.python.org/issue40521