Save+reuse attrwrappers we generate for objects
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.
Showing
Please register or sign in to comment