• Kevin Modzelewski's avatar
    Save+reuse attrwrappers we generate for objects · a011d128
    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
unwinding.cpp 30.8 KB