#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
Now it correctly refers to the initial otherSet. Backport of r66836.
Showing
Please register or sign in to comment
Now it correctly refers to the initial otherSet. Backport of r66836.