-
Kevin Modzelewski authored
With the goal of making `assert obj.__dict__ is obj.__dict__` work. I haven't seen people do that, but people (gflags, doctest? others?) definitely need `assert globals() is globals()` to pass, which uses the same mechanism.
a011d128