• Jason Madden's avatar
    HistoricalStorageAdapter forwards release() to its instance · 6741dcfc
    Jason Madden authored
    Fixes #78.
    
    Also adjust the base wrapper's __getattr__ to be faster (500 vs 711ns
    in a benchmark of the common case) and behave the same on Python 2 vs
    Python 3 with regards to exceptions, should a method be implemented as
    an descriptor. In practice this probably makes no difference
    whatsoever, it's just the same pattern used for forwarding
    release.
    6741dcfc
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.rst 13.8 KB