cfad8c4 Return the same object for repeated calls to __get__ (#1245423)

Authored and Committed by dshea 8 years ago
    Return the same object for repeated calls to __get__ (#1245423)
    
    Having object.property be something different every time it's evaluated
    makes things kind of weird.
    
        
file modified
+6 -1